config

package
v0.0.0-...-e43e731 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package config

Index

Constants

This section is empty.

Variables

View Source
var Provider = wire.NewSet(New)

Provider is the configuration specific dependency to be injected to lower level plugins

Functions

This section is empty.

Types

type Cfg

type Cfg struct {
	DataPlane        string
	Protocol         string
	Remote           string
	Logger           *logrus.Logger
	Grpc             *grpcOpts
	SupportedMethods []base.Method
}

Config holds the configuration data for the MSM control plane application

func New

func New() *Cfg

New initializes the configuration plugin and is shared across the internal plugins via the API interface

Jump to

Keyboard shortcuts

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