Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheEngine ¶
type CacheEngine string
CacheEngine ...
var MemoryCacheEngine CacheEngine = "MEMORY"
MemoryCacheEngine ...
var RedisCacheEngine CacheEngine = "REDIS"
RedisCacheEngine ...
type Dashboard ¶ added in v0.0.8
type Dashboard string
Dashboard ...
var K8dashDashboard Dashboard = "K8DASH"
K8dashDashboard ...
var NoneDashboard Dashboard = "NONE"
NoneDashboard ...
type Group ¶
Group is the struct for a group
func (Group) MarshalBinary ¶
MarshalBinary to marshal Group object
func (*Group) UnmarshalBinary ¶
UnmarshalBinary to unmarshal Group object
type GroupIdentifier ¶
type GroupIdentifier string
GroupIdentifier is the type for what identifier should be sent to the backend
var NameGroupIdentifier GroupIdentifier = "NAME"
NameGroupIdentifier defines that the Name should be sent to the backend
var ObjectIDGroupIdentifier GroupIdentifier = "OBJECTID"
ObjectIDGroupIdentifier defines that the ObjectID should be sent to the backend
func GetGroupIdentifier ¶
func GetGroupIdentifier(s string) (GroupIdentifier, error)
GetGroupIdentifier ...
type Metrics ¶ added in v0.0.12
type Metrics string
Metrics ...
var NoneMetrics Metrics = "NONE"
NoneMetrics ...
var PrometheusMetrics Metrics = "PROMETHEUS"
PrometheusMetrics ...
type User ¶
User is the struct for a currently logged in user
func (User) MarshalBinary ¶
MarshalBinary to marshal User object
func (*User) UnmarshalBinary ¶
UnmarshalBinary to unmarshal User object