influxdb/owner.go

7 lines
84 B
Go

package platform
// Owner represents a resource owner
type Owner struct {
ID ID
}