Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func NewHTTPServer ¶
func NewHTTPServer(httpAddress string, grpcAddress string) (*HTTPServer, error)
func (*HTTPServer) SetHTTPAccessLogger ¶
func (s *HTTPServer) SetHTTPAccessLogger(logger *log.Logger)
func (*HTTPServer) SetLogger ¶
func (s *HTTPServer) SetLogger(logger *log.Logger)
func (*HTTPServer) Start ¶
func (s *HTTPServer) Start() error
func (*HTTPServer) Stop ¶
func (s *HTTPServer) Stop() error
Click to show internal directories.
Click to hide internal directories.