Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
Overlay config.Config
ConfigFile string
Handler ServerHandler
}
type ServerHandler ¶
type ServerHandler interface {
backend.HandshakeHandler
RegisterHTTP(c *gin.Engine) error
}
Click to show internal directories.
Click to hide internal directories.