Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommandAcl ¶
func AddCommandAcl(ac *client.AlpaconClient, request CommandAclRequest) error
func DeleteCommandAcl ¶
func DeleteCommandAcl(ac *client.AlpaconClient, commandAclId string) error
Types ¶
type CommandAclRequest ¶
type CommandAclResponse ¶
type CommandAclResponse struct {
Id string `json:"id"`
Token string `json:"token"`
TokenName string `json:"token_name"`
Command string `json:"command"`
}
func GetCommandAclList ¶
func GetCommandAclList(ac *client.AlpaconClient, tokenId string) ([]CommandAclResponse, error)
Click to show internal directories.
Click to hide internal directories.