package
0.3.1
Repository: https://github.com/intel/rmd.git
Documentation: pkg.go.dev

# Functions

Init does config initial.
NewConfig loads configurations from config file and pflag.

# Constants

CAFile is the certificate authority file.
CertFile is the certificate file.
ClientCAFile certificate authority file of client side.
KeyFile is the rmd private key file.

# Variables

ClientAuth is a string to tls clientAuthType map.

# Structs

Config represent the configuration struct.
Database represents data base configuration.
Debug configurations.
Default is the configuration in default section of config file TODO consider create a new struct for TLSConfig.