config

package
v0.0.2-test Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudDeployment

type CloudDeployment struct {
	Name       string `yaml:"name"`
	Deployment string `yaml:"deployment"`
}

type CloudPlugin

type CloudPlugin struct {
	Name string `yaml:"name"`
	Host string `yaml:"host"`
	Port string `yaml:"port"`
}

type Config

type Config struct {
	Server     Server     `yaml:"server"`
	TagService TagService `yaml:"tagService"`

	KVStore struct {
		Port string `yaml:"port"`
		Host string `yaml:"host"`
	} `yaml:"kvStore"`

	Namespaces   map[string][]CloudDeployment `yaml:"namespaces"`
	AddressSpace []string                     `yaml:"addressSpace"`
	CloudPlugins []CloudPlugin                `yaml:"cloudPlugins"`
}

type Server

type Server struct {
	Port    string `yaml:"port"`
	Host    string `yaml:"host"`
	RpcPort string `yaml:"rpcPort"`
}

type TagService

type TagService struct {
	Port string `yaml:"port"`
	Host string `yaml:"host"`
}

Jump to

Keyboard shortcuts

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