sysconf

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Extender         Service
	Aggregator       Service
	Pubfile          Pubfile
	Schema           Schema
	HighAvailability HighAvailability
}

func New

func New(path string) (*Configuration, error)

type HighAvailability

type HighAvailability struct {
	Extender   []Service
	Aggregator []Service
}

type Pubfile

type Pubfile struct {
	Url   string
	Cnstr string
	// contains filtered or unexported fields
}

func (*Pubfile) Constraints

func (p *Pubfile) Constraints() []pkix.AttributeTypeAndValue

type Schema

type Schema struct {
	Tcp  string
	Http string
}

type Service

type Service struct {
	Host string
	Port string
	User string
	Pass string
	Hmac string
}

func (*Service) BuildURI

func (s *Service) BuildURI(schema string) string

Jump to

Keyboard shortcuts

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