Documentation
¶
Index ¶
- Variables
- type App
- func (a App) Enabled() bool
- func (a App) ListFilters(ctx context.Context) (map[string][]string, error)
- func (a App) Refresh(ctx context.Context) error
- func (a App) SaveCommit(ctx context.Context, o model.Commit) error
- func (a App) SearchCommit(ctx context.Context, query string, filters map[string][]string, ...) ([]model.Commit, uint, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
ErrNotFound occurs when nothing found
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App of package
func (App) ListFilters ¶
ListFilters available on GUI
func (App) SaveCommit ¶
SaveCommit into the storage
Click to show internal directories.
Click to hide internal directories.