Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DBProvider string DBDSN string DBMigrate bool HttpListener string BasicAuthUsers map[string]string EnableTracing bool TracingTarget string }
Config type for config
type Server ¶
Server is the main webserver struct
func (*Server) HandleHealthCheck ¶ added in v0.3.3
func (s *Server) HandleHealthCheck(w http.ResponseWriter, r *http.Request)
func (*Server) HandleWebhook ¶ added in v0.3.3
func (s *Server) HandleWebhook(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.