Documentation
¶
Overview ¶
Package `nogfsog2nd` implements modules that are combined in `cmd/nogfsog2nd`.
DEPRECATED: `nogfsog2nd` is not used. All GRPCs use `nogfsostad` via `nogfsoregd`. Consider dropping nogfsog2nd-related code if it becomes tedious to maintain.
`RegistryView`: Watches the FSO registry and maintains information about active repos that are relevant for a nogfsog2nd instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistryView ¶
type RegistryView struct {
// contains filtered or unexported fields
}
func NewRegistryView ¶
func NewRegistryView(lg Logger, cfg *RegistryViewConfig) *RegistryView
func (*RegistryView) GitlabProjectInfo ¶
func (v *RegistryView) GitlabProjectInfo( repoId uuid.I, ) *gitnogd.GitlabProjectInfo
func (*RegistryView) Watch ¶
func (v *RegistryView) Watch( ctx context.Context, conn *grpc.ClientConn, ) error
type RegistryViewConfig ¶
Click to show internal directories.
Click to hide internal directories.