Documentation
¶
Index ¶
- type ErrorResponse
- type ResponseJSON
- type Router
- type RouterImpl
- func (router *RouterImpl) GenerateProvidersTokenHandler(c *gin.Context)
- func (router *RouterImpl) HealthcheckHandler(c *gin.Context)
- func (router *RouterImpl) ListAllModelsHandler(c *gin.Context)
- func (router *RouterImpl) ListModelsHandler(c *gin.Context)
- func (router *RouterImpl) NotFoundHandler(c *gin.Context)
- func (router *RouterImpl) ProxyHandler(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
type ResponseJSON ¶
type ResponseJSON struct {
Message string `json:"message"`
}
type Router ¶
type RouterImpl ¶
type RouterImpl struct {
// contains filtered or unexported fields
}
func (*RouterImpl) GenerateProvidersTokenHandler ¶
func (router *RouterImpl) GenerateProvidersTokenHandler(c *gin.Context)
func (*RouterImpl) HealthcheckHandler ¶
func (router *RouterImpl) HealthcheckHandler(c *gin.Context)
func (*RouterImpl) ListAllModelsHandler ¶ added in v0.1.6
func (router *RouterImpl) ListAllModelsHandler(c *gin.Context)
func (*RouterImpl) ListModelsHandler ¶ added in v0.1.6
func (router *RouterImpl) ListModelsHandler(c *gin.Context)
func (*RouterImpl) NotFoundHandler ¶
func (router *RouterImpl) NotFoundHandler(c *gin.Context)
func (*RouterImpl) ProxyHandler ¶
func (router *RouterImpl) ProxyHandler(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.