Documentation ¶ Index ¶ Constants func BootstrapAdmin(ctx context.Context, st *store.Store, cfg *config.Config) error type Server func New(cfg *config.Config, st *store.Store) (*Server, error) func (s *Server) Handler() http.Handler Constants ¶ View Source const VersionPath = "/api/v1/version" VersionPath exposes build metadata for operators. Variables ¶ This section is empty. Functions ¶ func BootstrapAdmin ¶ func BootstrapAdmin(ctx context.Context, st *store.Store, cfg *config.Config) error Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func New ¶ func New(cfg *config.Config, st *store.Store) (*Server, error) func (*Server) Handler ¶ func (s *Server) Handler() http.Handler Source Files ¶ View all Source files account.godashboard.godaterange.golocale.goserver.gousers.goversion.go Click to show internal directories. Click to hide internal directories.