manager

package
v0.17.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// OIDCServerURL - address of an OpenID Connect server
	OIDCServerURL = "OIDC_SERVER_URL"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	CAPath                   string
	KeyPath                  string
	CertPath                 string
	GRPCPort                 int
	DatabaseHostname         string
	DatabasePort             int
	DatabaseSslmode          bool
	DatabaseDisableMigration bool
	DatabaseDriver           string
	DatabaseName             string
	MigrationsDir            string
	DefaultProjectUUID       string
}

Config is a manager configuration

type HealthCheck

type HealthCheck struct{}

HealthCheck is a struct receiver implementing onos northbound Register interface.

func (HealthCheck) Register

func (h HealthCheck) Register(s *grpc.Server)

Register is a method to register a health check gRPC service.

type Manager

type Manager struct {
	Config Config
	// contains filtered or unexported fields
}

Manager single point of entry for the application-catalog system.

func NewManager

func NewManager(config Config) *Manager

NewManager creates a new manager

func (*Manager) Close

func (m *Manager) Close()

Close kills the channels and manager related objects

func (*Manager) Run

func (m *Manager) Run()

Run starts a synchronizer based on the devices and the northbound services.

func (*Manager) Start

func (m *Manager) Start() error

Start starts the manager

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL