package
0.0.0-20220804224756-ee179563970d
Repository: https://github.com/intel/oim.git
Documentation: pkg.go.dev
# Functions
DB sets the registry database backend.
GetRegistryEntries returns all database entries as a map.
New creates a new instance of the OIM registry.
NewMemRegistryDB constructs a new in-memory database.
RegistryClientContext creates a new context with credentials as if the client had connected via TLS with the client name as CommonName.
TLS sets the TLS configuration (secret key, CA) for the OIM registry server.
# Interfaces
RegistryDB stores the mapping from controller ID to gRPC address of the controller.
RegistryServer is the public interface for managing a OIM registry server.
# Type aliases
Option is the parameter type taken by New.