Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminNode ¶
type AdminNode struct {
// contains filtered or unexported fields
}
func NewAdminNode ¶
func NewAdminNode() *AdminNode
func (*AdminNode) InstallSystemService ¶
InstallSystemService 安装系统服务
type SessionManager ¶ added in v0.6.4
type SessionManager struct {
// contains filtered or unexported fields
}
SessionManager SESSION管理
func NewSessionManager ¶ added in v0.6.4
func NewSessionManager() (*SessionManager, error)
func (*SessionManager) Delete ¶ added in v0.6.4
func (this *SessionManager) Delete(sid string) bool
func (*SessionManager) Init ¶ added in v0.6.4
func (this *SessionManager) Init(config *actions.SessionConfig)
Click to show internal directories.
Click to hide internal directories.