store

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2021 License: MIT Imports: 9 Imported by: 0

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

func New

func New(db *sql.DB) App

New creates new App from Config

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL