data

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EN_DATA = map[string]string{
	"ENLIBCOMM000": "Unknown error has occured",
	"ENLIBCOMM007": "Module must be started synchronously, skipping asynchronous start",
	"ENLIBCOMM008": "Module must be started asynchronously, skipping synchronous start",
	"ENLIBCOMM009": "Module failed to start",
	"ENLIBCOMM010": "Module started successfully",
	"ENLIBCOMM011": "Module status",
	"ENLIBCOMM012": "Reloading module with live config",
	"ENLIBCONF010": "Failed to load config file from given path",
	"ENLIBCONF011": "Failed to unmarshal config file from given path; it was found, but the format was not as expected",
	"ENLIBHTTP007": "Invalid host FQDN specified in config for HTTP server",
	"ENLIBHTTP008": "Invalid port specified in config for HTTP server",
	"ENLIBHTTP009": "Internal routine failure serving HTTP",
	"ENLIBHTTP010": "Could not add this route as one with the given name already exists",
	"ENLIBHTTP011": "Could not add this route as its of path type regex, and the provided regex is invalid",
	"ENLIBHTTP015": "Could not delete this route as one with the given name doesn't exist",
	"ENLIBHTTP050": "HTTP request inbound",
	"ENLIBSCHD011": "Failed to start scheduler, config was invalid",
	"ENLIBSCHD021": "Failed to add scheduler task, time type or value is invalid",
}

Functions

This section is empty.

Types

type ENPack

type ENPack struct{}

func (ENPack) New

func (pack ENPack) New() map[string]string

type Pack

type Pack interface {
	New() map[string]string
}

Jump to

Keyboard shortcuts

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