Versions in this module Expand all Collapse all v0 v0.1.1 Aug 2, 2020 Changes in this version + const AUDIT_DEL + const AUDIT_IN + const AUDIT_OBJ_ACCESS + const AUDIT_OBJ_ALARM + const AUDIT_OBJ_LOG + const AUDIT_OBJ_PROXY + const AUDIT_OBJ_RULE + const AUDIT_OBJ_SYS + const AUDIT_OBJ_USR + const AUDIT_OBJ_USRGROUP + const AUDIT_OUT + const AUDIT_POST + const AUDIT_PUT + func AccessControllerDel(ctx *context.Context) + func AccessControllerGet(ctx *context.Context) + func AccessControllerPost(ctx *context.Context) + func AlarmControllerDel(ctx *context.Context) + func AlarmControllerGet(ctx *context.Context) + func AlarmControllerUpdate(ctx *context.Context) + func AuditControllerGet(ctx *context.Context) + func AuditMake(ctx *context.Context, opt string, obj string, result ...string) + func ChangePwdControllerPut(ctx *context.Context) + func ConsoleControllerGet(ctx *context.Context) + func LoginControllerGet(ctx *context.Context) + func LoginControllerGetUsername(ctx *context.Context) + func LoginControllerPost(ctx *context.Context) + func LoginSessionGet(ctx *context.Context) string + func LoginSessionInit(ctx *context.Context, user string) + func LogoutControllerGet(ctx *context.Context) + func ProxyControllerBind(ctx *context.Context) + func ProxyControllerDel(ctx *context.Context) + func ProxyControllerGet(ctx *context.Context) + func ProxyControllerPost(ctx *context.Context) + func ProxyControllerUpdate(ctx *context.Context) + func RuleControllerDel(ctx *context.Context) + func RuleControllerGet(ctx *context.Context) + func RuleControllerPost(ctx *context.Context) + func RuleControllerUpdate(ctx *context.Context) + func SysControllerInterfaceGet(ctx *context.Context) + func UserControllerDel(ctx *context.Context) + func UserControllerGet(ctx *context.Context) + func UserControllerPost(ctx *context.Context) + func UserControllerUpdate(ctx *context.Context) + func UsergroupControllerDel(ctx *context.Context) + func UsergroupControllerGet(ctx *context.Context) + func UsergroupControllerPost(ctx *context.Context) + func UsergroupControllerUpdate(ctx *context.Context) + type AccessAddRequest struct + List string + Name string + Type string + type AccessDelRequest struct + Code int + Count int + Data []string + Message string + type AccessGetRsponse struct + Code int + Count int + Data []AccessNode + Message string + type AccessNode struct + Date string + ID string + List string + Name string + Status string + Type string + type AlarmDelRequest struct + AlarmIdx []string + Code int + Count int + type AlarmRsponse struct + Code int + Count int + Data []manager.Alarm + Message string + type AlarmUpdateRequest struct + AlarmIdx []string + Code int + Count int + Tag string + type AuditRsponse struct + Code int + Count int + Data []manager.Audit + Message string + type ChangePasswdRequest struct + NewPwd string + OldPwd string + User string + type ConsoleData struct + CtrlNodeCPU int + CtrlNodeDisk int + CtrlNodeMEM int + DataNodeCPU int + DataNodeDisk int + DataNodeMEM int + ServerTotal string + ServerUsedRate string + TodayCnt int + TodayData string + TotalCnt int + TotalData string + UserToday int + UserTotal string + Version string + type ConsoleRsponse struct + Code int + Count int + Data []ConsoleData + Message string + type InfNode struct + Inf string + Name string + type InfRsponse struct + Code int + Count int + Data []InfNode + Message string + type PostRsponse struct + Code int + Message string + type ProxyAddRequest struct + Auth string + IP string + Instance string + Name string + Port string + Protocal string + type ProxyBindRequest struct + Count int + Data []string + ID string + Type string + type ProxyDelRequest struct + ID string + type ProxyGetRequest struct + ID []string + type ProxyGetRsponse struct + Code int + Count int + Data []ProxyNode + Message string + type ProxyNode struct + Access []string + Alive string + Auth string + Date string + ID string + IP string + Instance string + Name string + Port int + Protocal string + Rule []string + Stat string + Status string + Usergroup []string + type ProxyUpdateRequest struct + Auth string + ID string + IP string + Instance string + Port string + Protocal string + type RuleAddRequest struct + Address string + Name string + Prior string + Protocal string + Token string + User string + type RuleDelRequest struct + Name string + type RuleGetRsponse struct + Code int + Count int + Data []RuleNode + Message string + type RuleNode struct + Address string + Alive string + Auth string + Date string + ID string + Name string + Prior string + Protocal string + Stat string + Status string + type RuleUpdateRequest struct + Address string + Name string + Prior string + Protocal string + Token string + User string + type UserDelRequest struct + Code int + Count int + UserList []string + type UserNode struct + Auth string + Date string + ID string + Name string + Stat string + Status string + type UserPostRequest struct + Name string + Password string + type UserRsponse struct + Code int + Count int + Data []UserNode + Message string + type UserUpdateRequest struct + Code int + Count int + UserList []string + Usergoup string + type UsergroupNode struct + Date string + ID string + Name string + Number int + Stat string + Status string + Users string + type UsergroupRequest struct + Code int + Count int + Name string + User []string + type UsergroupRsponse struct + Code int + Count int + Data []UsergroupNode + Message string