Documentation
¶
Overview ¶
Package producer contains the domain events needed to support event sourcing of Sink service actions.
Index ¶
Constants ¶
View Source
const ( DatasetPrefix = "dataset." DatasetCreate = DatasetPrefix + "create" DatasetRemove = DatasetPrefix + "remove" PolicyPrefix = "policy." PolicyCreate = PolicyPrefix + "create" PolicyUpdate = PolicyPrefix + "update" PolicyRemove = PolicyPrefix + "remove" )
Variables ¶
View Source
var (
ErrValidatePolicy = errors.New("failed to validate policy")
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.