executioncontext

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	MongoConnectionString string `json:"mongoConnectionString"`
	Database              string `json:"database"`
	ShowHelp              bool   `json:"help"`
	BackendEnabled        bool   `json:"backendEnabled"`
	ApiPrefix             string `json:"apiPrefix"`
	ApiPort               string `json:"apiPort"`
	TLS                   bool   `json:"tls"`
	TLSApiPort            string `json:"tlsApiPort"`
	TLSCertificate        string `json:"tlsCertificate"`
	TLSPrivateKey         string `json:"tlsPrivateKey"`
}

Context entity

func Get

func Get() *Context

func (*Context) Getenv

func (e *Context) Getenv()

Getenv gets the environment variables for the entities

Jump to

Keyboard shortcuts

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