Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpServer ¶
type HttpServer struct { session.SessionModule // contains filtered or unexported fields }
func NewHttpServer ¶
func NewHttpServer(s *session.Session) *HttpServer
func (*HttpServer) Author ¶
func (mod *HttpServer) Author() string
func (*HttpServer) Configure ¶
func (mod *HttpServer) Configure() error
func (*HttpServer) Description ¶
func (mod *HttpServer) Description() string
func (*HttpServer) Name ¶
func (mod *HttpServer) Name() string
func (*HttpServer) Start ¶
func (mod *HttpServer) Start() error
func (*HttpServer) Stop ¶
func (mod *HttpServer) Stop() error
Click to show internal directories.
Click to hide internal directories.