factory

package
v0.0.0-...-cad1217 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitConfigFactory

func InitConfigFactory(f string)

TODO: Support configuration update from REST api

Types

type Config

type Config struct {
	Info *Info `yaml:"info"`

	Configuration *Configuration `yaml:"configuration"`
}
var PcfConfig Config

type Configuration

type Configuration struct {
	PcfName string `yaml:"pcfName,omitempty"`

	Sbi *Sbi `yaml:"sbi,omitempty"`

	TimeFormat string `yaml:"timeFormat,omitempty"`

	DefaultBdtRefId string `yaml:"defaultBdtRefId,omitempty"`

	NrfUri string `yaml:"nrfUri,omitempty"`

	ServiceNameList []string `yaml:"serviceNameList,omitempty"`
}

type Info

type Info struct {
	Version string `yaml:"version,omitempty"`

	Description string `yaml:"description,omitempty"`
}

type Sbi

type Sbi struct {
	Scheme   string `yaml:"scheme"`
	IPv4Addr string `yaml:"ipv4Addr,omitempty"`
	// IPv6Addr string `yaml:"ipv6Addr,omitempty"`
	Port int `yaml:"port,omitempty"`
}

Jump to

Keyboard shortcuts

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