feat(influxdb): default source find options
parent
24e10a4594
commit
a11b725a33
|
@ -75,6 +75,9 @@ type SourceService interface {
|
|||
DeleteSource(ctx context.Context, id ID) error
|
||||
}
|
||||
|
||||
// DefaultSourceFindOptions are the default find options for sources
|
||||
var DefaultSourceFindOptions = FindOptions{}
|
||||
|
||||
// SourceUpdate represents updates to a source.
|
||||
type SourceUpdate struct {
|
||||
Name *string `json:"name"`
|
||||
|
|
Loading…
Reference in New Issue