Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBInterface ¶
type DBInterface interface { Get(name string) (Info, error) GetList() ([]Info, error) Set(info Info) error Delete(name string) error }
DBInterface interface
type Info ¶
type Info struct { ServiceName string `json:"serviceName"` ExecutableFileName string `json:"executableFileName"` AllowedRequester []string `json:"allowedRequester"` ExecType string `json:"execType"` ExecCmd []string `json:"execCmd"` }
Info struct
Click to show internal directories.
Click to hide internal directories.