Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface { DoAtomic(ctx context.Context, action func(context.Context) error) error List(ctx context.Context, page uint, last string) ([]model.Ketchup, uint64, error) ListByRepositoriesID(ctx context.Context, ids []uint64, frequency model.KetchupFrequency) ([]model.Ketchup, error) ListOutdatedByFrequency(ctx context.Context, frequency model.KetchupFrequency) ([]model.Ketchup, error) GetByRepository(ctx context.Context, id uint64, pattern string, forUpdate bool) (model.Ketchup, error) Create(ctx context.Context, o model.Ketchup) (uint64, error) Update(ctx context.Context, o model.Ketchup, oldPattern string) error Delete(ctx context.Context, o model.Ketchup) error }
App of package
Click to show internal directories.
Click to hide internal directories.