Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
}
Click to show internal directories.
Click to hide internal directories.