Documentation ¶ Index ¶ type ArrayResponse type MapResponse type Middleware type Server func NewServer(cfg *holos.Config, db *ent.Client, verifier authn.Verifier) (*Server, error) func (s *Server) ListenAndServe() (*http.Server, *int32, *int32) func (s *Server) Mux() *http.ServeMux Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ArrayResponse ¶ type ArrayResponse []string type MapResponse ¶ type MapResponse map[string]string type Middleware ¶ type Middleware func(next http.Handler) http.Handler type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(cfg *holos.Config, db *ent.Client, verifier authn.Verifier) (*Server, error) func (*Server) ListenAndServe ¶ func (s *Server) ListenAndServe() (*http.Server, *int32, *int32) func (*Server) Mux ¶ func (s *Server) Mux() *http.ServeMux Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.