Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SecureServer ¶
type SecureServer struct {
// contains filtered or unexported fields
}
func NewSecureServer ¶
func NewSecureServer(addr, certFile, keyFile string) (*SecureServer, error)
func (*SecureServer) RegisterName ¶
func (s *SecureServer) RegisterName(name string, rcvr interface{}) error
func (*SecureServer) Serve ¶
func (s *SecureServer) Serve() error
Click to show internal directories.
Click to hide internal directories.