Documentation ¶ Index ¶ func ListenAndServe(ctx context.Context, service *app.Service, vault string, port int, ...) error type Server func NewServer(service *app.Service, vault string) *Server func (s *Server) Handler() http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ListenAndServe ¶ func ListenAndServe(ctx context.Context, service *app.Service, vault string, port int, logf func(string, ...any)) error Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(service *app.Service, vault string) *Server func (*Server) Handler ¶ func (s *Server) Handler() http.Handler Source Files ¶ View all Source files server.gotrust_center.go Click to show internal directories. Click to hide internal directories.