Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Users map[string]string
Cfg *config.Config
PubKey []byte
TlsCfg *tls.Config
SchemaMap map[string]*schema.Schema
NodeMap map[string]*config.NodeConfig
BackEndNode map[string]*backend_node.Node
CacheShaPassword *sync.Map // 'user@host' -> SHA256(SHA256(PASSWORD))
Listener net.Listener
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.