config

package
v0.0.0-...-92cdb36 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultSSHPort = "22"

Variables

This section is empty.

Functions

This section is empty.

Types

type Environment

type Environment struct {
	SSH SSH

	SlackActions []service.SlackAction

	SlackAppSecret string
	Port           string
	TLSCert        string
	TLSKey         string
}

func Get

func Get() (Environment, error)

type SSH

type SSH struct {
	HostName   string
	Port       string
	Username   string
	KnownHosts []ssh.PublicKey
	PrivateKey ssh.Signer
}

Jump to

Keyboard shortcuts

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