common

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Certs

type Certs struct {
	SSLCertificateKey string `yaml:"ssl_certificate_key"`
	SSLCertificate    string `yaml:"ssl_certificate"`
	SSLDHParam        string `yaml:"ssl_dhparam"`
}

type Common

type Common struct {
	TZ      string  `yaml:"tz"`
	Network Network `yaml:"network"`
	Certs   Certs   `yaml:"certs"`
}

func (*Common) Configure

func (c *Common) Configure() services.ServiceInterface

func (*Common) Default

func (c *Common) Default() services.ServiceInterface

type Network

type Network struct {
	Gateway string `yaml:"gateway"`
}

Jump to

Keyboard shortcuts

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