feat(influxdb): default source find options

pull/11285/head
Leonardo Di Donato 2019-01-17 17:01:49 +01:00 committed by Leo Di Donato
parent 24e10a4594
commit a11b725a33
1 changed files with 3 additions and 0 deletions

View File

@ -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"`