Documentation
¶
Index ¶
Constants ¶
View Source
const ( RECONNECT_MTP = "/reconnect/mtp/" RECONNECT_DB = "/reconnect/db/" GET_AGENTS = "/get/agents/" GET_PARAMS = "/get/params/" GET_INSTANCES = "/get/instances/" GET_DM = "/get/dm/" UPDATE_DM = "/update/dm/" DELETE_DBCOLL = "/delete/dbcoll/" UPDATE_PARAMS = "/update/params/" UPDATE_INSTANCES = "/update/instances/" DELETE_INSTANCES = "/delete/instances/" ADD_INSTANCES = "/add/instances/" SET_PARAMS = "/set/params/" OPERATE_CMD = "/operate/cmd/" GET_MTPINFO = "/get/mtpinfo/" )
View Source
const (
DEFAULT_MAX_STOMP_MSG_TO_REMOVE = 1
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct {
// contains filtered or unexported fields
}
func (*Cli) ClearLastCmdErr ¶
func (cli *Cli) ClearLastCmdErr()
func (*Cli) GetLastCmdErr ¶
func (*Cli) ProcessCmd ¶
type NotifyType ¶
type NotifyType byte
const ( NotifyEvent NotifyType = iota NotifyValueChange NotifyObjCreation NotifyObjDeletion NotifyOpComplete NotifyOnBoardReq )
type RestDmCommand ¶
type RestDmEvent ¶
type RestDmParam ¶
type RestObjDm ¶
type RestObjDm struct {
EndpointId string `json:"endpoint_id"`
Path string `json:"path"`
MultiInstance bool `json:"multi_instance"`
Access string `json:"access"`
Params []RestDmParam `json:"params"`
Events []RestDmEvent `json:"events"`
Cmds []RestDmCommand `json:"cmds"`
}
type RestObjInstance ¶
type RestObjParam ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.