Skip to content

Commit

Permalink
feat(outputs): Fix fmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwwhuang committed Nov 25, 2024
1 parent 480d75f commit ab9a6ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/outputs/inlong/inlong.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ import (
var sampleConfig string

type Inlong struct {
GroupID string `toml:"group_id"`
StreamID string `toml:"stream_id"`
ManagerURL string `toml:"manager_url"`
Log telegraf.Logger `toml:"-"`
GroupID string `toml:"group_id"`
StreamID string `toml:"stream_id"`
ManagerURL string `toml:"manager_url"`
Log telegraf.Logger `toml:"-"`

producerFunc func(groupId string, managerUrl string) (dataproxy.Client, error)
producer dataproxy.Client
Expand Down

0 comments on commit ab9a6ce

Please sign in to comment.