Documentation
¶
Overview ¶
Package http implements the HTTP server handlers for different resource endpoints
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CEEMSServer ¶
type CEEMSServer struct { Querier func(*sql.DB, Query, string, log.Logger) (interface{}, error) HealthCheck func(*sql.DB, log.Logger) bool // contains filtered or unexported fields }
CEEMSServer struct implements HTTP server for stats
func NewCEEMSServer ¶
func NewCEEMSServer(c *Config) (*CEEMSServer, func(), error)
NewCEEMSServer creates new CEEMSServer struct instance
Click to show internal directories.
Click to hide internal directories.