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 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 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
Click to show internal directories.
Click to hide internal directories.