settings

package
v0.0.0-...-9858bdd Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2023 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetExtensionSettings

func GetExtensionSettings(sequenceNumber int, publicSettings, protectedSettings interface{}) error

GetExtensionSettings reads the settings for the provided sequenceNumber and assigns the settings to the respective structure reference

Types

type HandlerEnvironment

type HandlerEnvironment struct {
	Version            float64 `json:"version"`
	Name               string  `json:"name"`
	HandlerEnvironment struct {
		HeartbeatFile string `json:"heartbeatFile"`
		StatusFolder  string `json:"statusFolder"`
		ConfigFolder  string `json:"configFolder"`
		LogFolder     string `json:"logFolder"`
	}
}

func GetHandlerEnvironment

func GetHandlerEnvironment() (HandlerEnvironment, error)

GetHandlerEnvironment returns the handler environment properties

Jump to

Keyboard shortcuts

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