Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseGroupService ¶
type ReleaseGroupService interface { Available(ctx context.Context) ([]*domain.ReleaseGroup, error) Create(ctx context.Context, arg params.InsertReleaseGroupParamsItem) (*domain.ReleaseGroup, error) CreateMany(ctx context.Context, arg params.InsertReleaseGroupParams) ([]*domain.ReleaseGroup, error) First(ctx context.Context, arg params.FirstReleaseGroupParams) (*domain.ReleaseGroup, error) Filter(ctx context.Context, arg params.FilterReleaseGroupParams) ([]*domain.ReleaseGroup, error) Count(ctx context.Context, arg params.CountReleaseGroupParams) (int64, error) Update(ctx context.Context, arg params.UpdateReleaseGroupParams) (int64, error) }
func NewReleaseGroupService ¶
func NewReleaseGroupService( querier database.QuerierExtended, cacher cacher.Cacher, ) ReleaseGroupService
Click to show internal directories.
Click to hide internal directories.