Documentation
¶
Index ¶
- type Firestore
- type GeminiCfg
- type Logger
- type Policy
- type Sentry
- type Slack
- type Storage
- type TestData
- type WebUI
- func (x *WebUI) Configure(repo interfaces.Repository, slackSvc *slack.Service) (usecase.AuthUseCaseInterface, error)
- func (x *WebUI) Flags() []cli.Flag
- func (x *WebUI) GetCallbackURL() string
- func (x *WebUI) GetFrontendURL() string
- func (x *WebUI) IsConfigured() bool
- func (x *WebUI) IsDevMode() bool
- func (x WebUI) LogValue() slog.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Firestore ¶
type Firestore struct {
// contains filtered or unexported fields
}
type GeminiCfg ¶
type GeminiCfg struct {
// contains filtered or unexported fields
}
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
type Slack ¶
type Slack struct {
// contains filtered or unexported fields
}
func (*Slack) ConfigureWithFrontendURL ¶
func (*Slack) Verifier ¶
func (x *Slack) Verifier() model.PayloadVerifier
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
type TestData ¶
type TestData struct {
// contains filtered or unexported fields
}
func (*TestData) DetectDataPath ¶
func (*TestData) IgnoreDataPath ¶
type WebUI ¶
type WebUI struct {
// contains filtered or unexported fields
}
func (*WebUI) Configure ¶
func (x *WebUI) Configure(repo interfaces.Repository, slackSvc *slack.Service) (usecase.AuthUseCaseInterface, error)
func (*WebUI) GetCallbackURL ¶
func (*WebUI) GetFrontendURL ¶
func (*WebUI) IsConfigured ¶
Click to show internal directories.
Click to hide internal directories.