Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Network string `name:"net" default:"unix"` Host string `default:"/tmp/madux.sock"` Debug string `default:"/tmp/madux.debug"` }
func (*Config) FlaglyDesc ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetSessions ¶
func (s *Server) GetSessions() *madux_session.Sessions
Click to show internal directories.
Click to hide internal directories.