Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpsCountStorage ¶
type OpsCountStorage interface { UpsertOpsCount(ctx context.Context, environmentId string, oc *domain.OpsCount) error ListOpsCounts( ctx context.Context, whereParts []mysql.WherePart, orders []*mysql.Order, limit, offset int, ) ([]*proto.OpsCount, int, error) }
func NewOpsCountStorage ¶
func NewOpsCountStorage(qe mysql.QueryExecer) OpsCountStorage
Click to show internal directories.
Click to hide internal directories.