Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { Find(ctx context.Context, query domain.ReleaseQueryParams) (res []*domain.Release, nextCursor int64, count int64, err error) FindRecent(ctx context.Context) ([]*domain.Release, error) Get(ctx context.Context, req *domain.GetReleaseRequest) (*domain.Release, error) GetActionStatus(ctx context.Context, req *domain.GetReleaseActionStatusRequest) (*domain.ReleaseActionStatus, error) GetIndexerOptions(ctx context.Context) ([]string, error) Stats(ctx context.Context) (*domain.ReleaseStats, error) Store(ctx context.Context, release *domain.Release) error StoreReleaseActionStatus(ctx context.Context, actionStatus *domain.ReleaseActionStatus) error Delete(ctx context.Context, req *domain.DeleteReleaseRequest) error Process(release *domain.Release) ProcessMultiple(releases []*domain.Release) Retry(ctx context.Context, req *domain.ReleaseActionRetryReq) error }
Click to show internal directories.
Click to hide internal directories.