Documentation
¶
Index ¶
- Constants
- func NewAuthClientWithBus(mb messagebus.Messagebus, clientName string) *auth.AuthorizationClient
- func NewAuthServiceWithBus(mb messagebus.Messagebus) *auth.AuthorizationService
- func NewCommandChan() chan *auth.Command
- func NewServiceChan(n int) chan *auth.Service
- type AuthClientInterface
- type AuthorizationClient
- type AuthorizationService
- type Command
- type Login
- type Service
- type ServiceItem
- type SplunkConfig
- type SystemType
- type ValveState
Constants ¶
View Source
const ( TERMINATE = auth.TERMINATE RESEND = auth.RESEND ADDSERVICE = auth.ADDSERVICE DELETESERVICE = auth.DELETESERVICE GETSERVICE = auth.GETSERVICE UPDATELOGIN = auth.UPDATELOGIN UPDATESERVICE = auth.UPDATESERVICE GETALLSERVICES = auth.GETALLSERVICES ADDSERVICEITEM = auth.ADDSERVICEITEM DELETESERVICEITEM = auth.DELETESERVICEITEM GETSERVICEITEMS = auth.GETSERVICEITEMS GETSERVICEITEM = auth.GETSERVICEITEM UPDATESERVICEITEM = auth.UPDATESERVICEITEM GETVALVESTATE = auth.GETVALVESTATE UPDATEVALVESTATE = auth.UPDATEVALVESTATE ADDSYSTEMTYPE = auth.ADDSYSTEMTYPE GETSYSTEMTYPES = auth.GETSYSTEMTYPES GETLOGIN = auth.GETLOGIN UPDATESERVICEX = auth.UPDATESERVICEX )
View Source
const ( SYSTEM_TYPE_IDRAC = auth.IDRAC SYSTEM_TYPE_IRC = auth.IRC SYSTEM_TYPE_NVLINK = auth.NVLINK AuthTypeUsernamePassword = auth.AuthTypeUsernamePassword // Service states STARTING = auth.STARTING RUNNING = auth.RUNNING RUNNINGWOTEL = auth.RUNNINGWOTEL TELNOTFOUND = auth.TELNOTFOUND CONNFAILED = auth.CONNFAILED LEAKED = auth.LEAKED MONITORING = auth.MONITORING // ServiceItem states SHUTDOWNRECEIVED = auth.SHUTDOWNRECEIVED SHUTDOWNFAILED = auth.SHUTDOWNFAILED POWERSTATEON = auth.POWERSTATEON POWERSTATEOFF = auth.POWERSTATEOFF )
Variables ¶
This section is empty.
Functions ¶
func NewAuthClientWithBus ¶
func NewAuthClientWithBus(mb messagebus.Messagebus, clientName string) *auth.AuthorizationClient
func NewAuthServiceWithBus ¶
func NewAuthServiceWithBus(mb messagebus.Messagebus) *auth.AuthorizationService
func NewCommandChan ¶
func NewServiceChan ¶
Types ¶
type AuthClientInterface ¶
type AuthClientInterface = auth.AuthClientInterface
type AuthorizationClient ¶
type AuthorizationClient = auth.AuthorizationClient
type AuthorizationService ¶
type AuthorizationService = auth.AuthorizationService
type ServiceItem ¶
type ServiceItem = auth.ServiceItem
type SplunkConfig ¶
type SplunkConfig = auth.SplunkConfig
type SystemType ¶
type SystemType = auth.SystemType
type ValveState ¶
type ValveState = auth.ValveState
Click to show internal directories.
Click to hide internal directories.