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