influxdb/tenant.go

11 lines
233 B
Go
Raw Normal View History

2020-03-17 14:57:36 +00:00
package influxdb
// TenantService is a service that exposes the functionality of the embedded services.
type TenantService interface {
UserService
PasswordsService
UserResourceMappingService
OrganizationService
BucketService
}