Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IDynamicschedtag ¶
type IDynamicschedtag interface { GetSchedtag() ISchedtag GetCondition() string GetId() string GetName() string }
func GetEnabledDynamicSchedtagsByResource ¶
func GetEnabledDynamicSchedtagsByResource(resType string) ([]IDynamicschedtag, error)
type IManager ¶
type IManager interface { GetSessionManager(sessionId string) (ISessionManager, error) FreeSessionManager(sessionId string) }
type ISchedtag ¶
type ISchedtag interface { GetName() string GetId() string GetDefaultStrategy() string // contains filtered or unexported methods }
func GetAllSchedtags ¶
func GetCandidateSchedtags ¶
type ISessionManager ¶
type ISessionManager interface { GetSessionId() string }
Click to show internal directories.
Click to hide internal directories.