Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct { Config Config ProjectTitle string Views []*config.ViewConfig Auth config.AuthConfig DevicePoolInstance *device.DevicePool Storage *dataflow.ValueStorageInstance }
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message" example:"status bad request"`
}
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func Run ¶
func Run(env *Environment) (httpServer *HttpServer)
func (*HttpServer) Shutdown ¶
func (s *HttpServer) Shutdown()
Click to show internal directories.
Click to hide internal directories.