Documentation ¶
Index ¶
- type App
- func (a App) Create(_ context.Context, _ model.Ketchup) (model.Ketchup, error)
- func (a App) Delete(_ context.Context, _ model.Ketchup) error
- func (a App) List(_ context.Context, _, _ uint) ([]model.Ketchup, uint64, error)
- func (a App) ListForRepositories(_ context.Context, _ []model.Repository) ([]model.Ketchup, error)
- func (a *App) SetList(list []model.Ketchup, total uint64, err error) *App
- func (a *App) SetListForRepositories(list []model.Ketchup, err error) *App
- func (a App) Update(_ context.Context, _ model.Ketchup) (model.Ketchup, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶ added in v1.9.0
type App struct {
// contains filtered or unexported fields
}
App mock app
func (App) ListForRepositories ¶ added in v1.9.0
ListForRepositories mocks
func (*App) SetListForRepositories ¶ added in v1.9.0
SetListForRepositories mocks
Click to show internal directories.
Click to hide internal directories.