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, pageSize uint) ([]model.Ketchup, uint64, error) ListByRepositoriesID(ctx context.Context, ids []uint64) ([]model.Ketchup, error) GetByRepositoryID(ctx context.Context, id uint64, forUpdate bool) (model.Ketchup, error) Create(ctx context.Context, o model.Ketchup) (uint64, error) Update(ctx context.Context, o model.Ketchup) error Delete(ctx context.Context, o model.Ketchup) error }
App of package
Click to show internal directories.
Click to hide internal directories.