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 (*Manager) Close ¶
func (m *Manager) Close()
Close kills the channels and manager related objects
Click to show internal directories.
Click to hide internal directories.