Documentation ¶
Index ¶
- type App
- type Ctx
- func (a *Ctx) AddExportFile(file *common.ExportFileInfo)
- func (a *Ctx) AllTxIDs() []string
- func (a *Ctx) Context() context.Context
- func (a *Ctx) ExportFiles() []*common.ExportFileInfo
- func (a *Ctx) LastSelectedFileDir() string
- func (a *Ctx) SetContext(ctx context.Context)
- func (a *Ctx) SetLastSelectedFileDirFromFile(file string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App struct
func NewApp ¶
func NewApp( appCtx interfaces.AppContext, logLevel logger.LogLevel, ) *App
NewApp creates a new App application struct
type Ctx ¶
type Ctx struct {
// contains filtered or unexported fields
}
func NewAppContext ¶
func (*Ctx) AddExportFile ¶
func (a *Ctx) AddExportFile(file *common.ExportFileInfo)
AddExportFile adds a new export file to the context. It also adds all transaction ids from the file to the list of known transaction ids.
func (*Ctx) ExportFiles ¶
func (a *Ctx) ExportFiles() []*common.ExportFileInfo
func (*Ctx) LastSelectedFileDir ¶
func (*Ctx) SetContext ¶
func (*Ctx) SetLastSelectedFileDirFromFile ¶
Click to show internal directories.
Click to hide internal directories.