Documentation ¶ Index ¶ func NewStaticHandler(data []byte) http.HandlerFunc type Service func NewService() (*Service, error) func (s *Service) ConfigureRouter(mux *http.ServeMux, basePath string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewStaticHandler ¶ func NewStaticHandler(data []byte) http.HandlerFunc Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService() (*Service, error) func (*Service) ConfigureRouter ¶ func (s *Service) ConfigureRouter(mux *http.ServeMux, basePath string) Source Files ¶ View all Source files service.go static_handler.go Click to show internal directories. Click to hide internal directories.