Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type PushStorage ¶
type PushStorage interface { CreatePush(ctx context.Context, e *domain.Push, environmentNamespace string) error UpdatePush(ctx context.Context, e *domain.Push, environmentNamespace string) error GetPush(ctx context.Context, id, environmentNamespace string) (*domain.Push, error) ListPushes( ctx context.Context, whereParts []mysql.WherePart, orders []*mysql.Order, limit, offset int, ) ([]*proto.Push, int, int64, error) }
func NewPushStorage ¶
func NewPushStorage(qe mysql.QueryExecer) PushStorage
Click to show internal directories.
Click to hide internal directories.