Documentation ¶ Index ¶ type EntryPoint func (e *EntryPoint) Serve(ctx context.Context, name string) error type Server func (s *Server) Run(ctx context.Context, wg *sync.WaitGroup) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type EntryPoint ¶ type EntryPoint struct { Address string `cfg:"address"` Network string `cfg:"network"` } func (*EntryPoint) Serve ¶ func (e *EntryPoint) Serve(ctx context.Context, name string) error type Server ¶ type Server struct { LoadValue string `cfg:"load_value"` EntryPoints map[string]EntryPoint `cfg:"entrypoints"` HTTP http.HTTP `cfg:"http"` TCP tcp.TCP `cfg:"tcp"` } func (*Server) Run ¶ func (s *Server) Run(ctx context.Context, wg *sync.WaitGroup) error Source Files ¶ View all Source files server.go Directories ¶ Show internal Expand all Path Synopsis cert http middlewares middlewares/login middlewares/openfga middlewares/openfgacheck middlewares/rolecheck middlewares/roledata middlewares/session middlewares/session/store middlewares/sessioninfo middlewares/view model registry tcp middlewares Click to show internal directories. Click to hide internal directories.