Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInterface ¶
type ClientInterface interface { Initial(info messages.AgentInfo) (messages.Base, error) SendMerlinMessage(base messages.Base) (messages.Base, error) Set(key string, value string) error Get(key string) string Auth(authType string, register bool) (messages.Base, error) }
ClientInterface is a structure definition of required functions a client must implement to be used with a Merlin Agent
type MerlinClient ¶
type MerlinClient struct {
ClientInterface
}
MerlinClient is base structure for any clients that can be used to send or receive Merlin messages
Click to show internal directories.
Click to hide internal directories.