Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound occurs when nothing found ErrNotFound = errors.New("not found") )
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface {
SaveCommit(context.Context, model.Commit) error
SearchCommit(context.Context, string, map[string][]string, string, string, uint, string) ([]model.Commit, uint, error)
ListFilters(context.Context) (map[string][]string, error)
Refresh(context.Context) error
}
App of package
Click to show internal directories.
Click to hide internal directories.