Versions in this module Expand all Collapse all v0 v0.1.2 Mar 3, 2026 Changes in this version + type DefaultModelRequest struct + Model string + func (r DefaultModelRequest) Validate() error + type DefaultModelResponse struct + Configured bool + Model string + type GitHubTokenStatusResponse struct + Configured bool + FineGrained bool + type HTTPHandler struct + func NewHTTPHandler(githubTokenService *githubtoken.Service, settingService *setting.Service, ...) *HTTPHandler + func (h *HTTPHandler) DeleteDefaultModel(c echo.Context) error + func (h *HTTPHandler) DeleteGitHubToken(c echo.Context) error + func (h *HTTPHandler) GetDefaultModel(c echo.Context) error + func (h *HTTPHandler) GetGitHubTokenStatus(c echo.Context) error + func (h *HTTPHandler) ListModels(c echo.Context) error + func (h *HTTPHandler) Register(g *echo.Group) + func (h *HTTPHandler) SaveDefaultModel(c echo.Context) error + func (h *HTTPHandler) SaveGitHubToken(c echo.Context) error + type SaveGitHubTokenRequest struct + Token string + func (r SaveGitHubTokenRequest) Validate() error