Documentation ¶
Overview ¶
Package store provides interfaces for storing objects
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionStore ¶
type ConstraintStore ¶
type ConstraintStore interface { GetAll() ([]*tarianpb.Constraint, error) FindByNamespace(namespace string) ([]*tarianpb.Constraint, error) NamespaceAndNameExist(namespace, name string) (bool, error) Add(*tarianpb.Constraint) error RemoveByNamespaceAndName(namespace, name string) error }
type EventStore ¶
type StoreSet ¶ added in v0.0.12
type StoreSet struct { ActionStore ActionStore ConstraintStore ConstraintStore EventStore EventStore }
Click to show internal directories.
Click to hide internal directories.