Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIController ¶ added in v0.5.0
type APIController struct {
// contains filtered or unexported fields
}
func NewAPIController ¶ added in v0.5.0
func NewAPIController(l *slog.Logger, k8sClient port.Kubernetes, v view.API) *APIController
func (APIController) ListIngressInfo ¶ added in v0.5.0
func (c APIController) ListIngressInfo(ctx echo.Context) error
type AuthController ¶ added in v0.5.0
type AuthController struct { PkceCodeVerifiers map[uuid.UUID]string PkceCodeVerifiersMutex sync.Mutex // contains filtered or unexported fields }
func NewAuthController ¶ added in v0.5.0
func NewAuthController(l *slog.Logger, config *oauth2.Config) *AuthController
func (*AuthController) Callback ¶ added in v0.5.0
func (c *AuthController) Callback(ctx echo.Context) error
func (*AuthController) Login ¶ added in v0.5.0
func (c *AuthController) Login(ctx echo.Context) error
func (*AuthController) Logout ¶ added in v0.5.0
func (c *AuthController) Logout(ctx echo.Context) error
Click to show internal directories.
Click to hide internal directories.