Documentation
¶
Index ¶
- func LoadPublicOAPI2Spec() (*openapi2.T, error)
- type Docs
- func (s *Docs) RegisterAdminDashboardRoutes(api *gin.Engine) error
- func (s *Docs) RegisterAuthRoutes(api *gin.Engine) error
- func (r *Docs) RegisterInternalRoutes(g *gin.Engine) error
- func (r *Docs) RegisterPublicRoutes(g *gin.Engine) error
- func (r *Docs) RegisterRunnerRoutes(g *gin.Engine) error
- func (s *Docs) RegisterSlackRoutes(api *gin.Engine) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadPublicOAPI2Spec ¶
LoadPublicOAPI2Spec loads the public Swagger 2.0 spec without requiring a server context This is used for offline spec generation
Types ¶
type Docs ¶
type Docs struct {
// contains filtered or unexported fields
}
func (*Docs) RegisterAdminDashboardRoutes ¶
Click to show internal directories.
Click to hide internal directories.