Documentation
¶
Index ¶
- func NewLogger() logger.Logger
- type App
- func (a *App) ApplyAndSaveConfig(cfg *cfgs.Config) error
- func (a *App) ApplyConfig(cfg *cfgs.Config) error
- func (a *App) CodeSummarize(codeFolder string) (string, error)
- func (a *App) GetConfig() *cfgs.Config
- func (a *App) GetFileContent(fname string) (string, error)
- func (a *App) GetReportList() ([]string, error)
- func (a *App) LoadAndApplyConfig() (*cfgs.Config, error)
- func (a *App) LoadConfig() (*cfgs.Config, error)
- func (a *App) PushMessage(msg *sumer.Message)
- func (a *App) SaveConfig(cfg *cfgs.Config) error
- func (a *App) SelectFolder() (string, error)
- func (a *App) Startup(ctx context.Context)
- func (a *App) Stop()
- func (a *App) StreamAnswer(delta string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App struct
func (*App) GetReportList ¶
func (*App) PushMessage ¶
func (*App) SelectFolder ¶
func (*App) StreamAnswer ¶
Click to show internal directories.
Click to hide internal directories.