Documentation
¶
Overview ¶
`repoinit.Processor` watches a `fsoregistry` event journal and tells `fsorepos.Repos` to initialize repo instances.
XXX The processing logic might perhaps be merged with package `replicate`. But it is not straightforward, because repoinit needs to maintain state about the roots.
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 ¶
type RootInfo ¶
type RootInfo struct { GlobalRoot string Host string HostRoot string GitlabNamespace string InitPolicy *pb.FsoRepoInitPolicy ArchiveRecipients gpg.Fingerprints ShadowBackupRecipients gpg.Fingerprints }
Click to show internal directories.
Click to hide internal directories.