config

package
v0.0.0-...-c463dc4 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2023 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 Config

type Config struct {
	EC  EtcdConfig
	HC  HttpConfig
	RSC ReferenceServiceConfig
}

type EtcdConfig

type EtcdConfig struct {
	Endpoints         []string
	Timeout           int
	ServiceNamePrefix string
	Version           string
}

type HttpConfig

type HttpConfig struct {
	Ip   string
	Port int
}

type ReferenceServiceConfig

type ReferenceServiceConfig struct {
	Services []ServiceEnv
}

type ServiceEnv

type ServiceEnv struct {
	ServiceName string
}

Jump to

Keyboard shortcuts

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