Documentation
¶
Overview ¶
`replicate.Processor` watches event journals and replicates selected events to other journals.
Index ¶
Constants ¶
View Source
const (
NsFsoRegistry = "fsoreg"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶
func NewProcessor( lg Logger, names *shorteruuid.Names, mainJ *events.Journal, registryJ *events.Journal, reposJ *events.Journal, workflowsJ *events.Journal, registry *fsoregistry.Registry, repos *fsorepos.Repos, moveRepoWorkflows *moverepowf.Workflows, moveShadowWorkflows *moveshadowwf.Workflows, mainId uuid.I, ) *Processor
Click to show internal directories.
Click to hide internal directories.