Directories
¶
Path | Synopsis |
---|---|
Package cli provides a basic approach to manage parameters, which come either as part of the command line or/and via environment variable.
|
Package cli provides a basic approach to manage parameters, which come either as part of the command line or/and via environment variable. |
Package config can be used to load data to a struct which is defined by the "env" tag.
|
Package config can be used to load data to a struct which is defined by the "env" tag. |
Package environment implements functions to read values from environment variables of the OS.
|
Package environment implements functions to read values from environment variables of the OS. |
Package filesystem provides some useful functions handling files and directories
|
Package filesystem provides some useful functions handling files and directories |
Package filter provides a generic way to filter a slice of items.
|
Package filter provides a generic way to filter a slice of items. |
Package heartbeat implements an interval timer, which executes a function after a tick - like a heartbeat.
|
Package heartbeat implements an interval timer, which executes a function after a tick - like a heartbeat. |
Package mqtt provides a simple MQTT client wrapper around the paho.mqtt lib.
|
Package mqtt provides a simple MQTT client wrapper around the paho.mqtt lib. |
Package process provides helper functions for process operations.
|
Package process provides helper functions for process operations. |
Package shutdown can be used to execute stuff, when the app is going to exit (exit code x or SigTerm)
|
Package shutdown can be used to execute stuff, when the app is going to exit (exit code x or SigTerm) |
Package strings provides functions to operate with strings or where strings are a result of.
|
Package strings provides functions to operate with strings or where strings are a result of. |
Package templates provides a manager, which can handle different templates of one data structure.
|
Package templates provides a manager, which can handle different templates of one data structure. |
Package yamlconfig provides functions to load yaml configs from a file into a struct.
|
Package yamlconfig provides functions to load yaml configs from a file into a struct. |
Click to show internal directories.
Click to hide internal directories.