Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Server *mochi.Server
Functions ¶
func CustomOpenConnectionFn ¶ added in v4.1.1
Types ¶
type Auth ¶ added in v4.1.0
func (*Auth) OnACLCheck ¶ added in v4.1.0
OnACLCheck returns true/allowed for all checks.
func (*Auth) OnConnectAuthenticate ¶ added in v4.1.0
OnConnectAuthenticate returns true/allowed for all requests.
type Gateway ¶ added in v4.0.18
type Gateway struct { Id string `json:"id" xorm:"pk"` Name string `json:"name"` Description string `json:"description,omitempty"` Username string `json:"username,omitempty"` Password string `json:"password,omitempty"` Disabled bool `json:"disabled,omitempty"` Created time.Time `json:"created,omitempty" xorm:"created"` }
Click to show internal directories.
Click to hide internal directories.