utils

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// Colors
	RED    string = "\033[31m"
	GREEN  string = "\033[32m"
	YELLOW string = "\033[33m"
	BLUE   string = "\033[34m"
	PURPLE string = "\033[35m"
	CYAN   string = "\033[36m"
	WHITE  string = "\033[37m"

	// Styles
	BOLD      string = "\033[1m"
	UNDERLINE string = "\033[4m"
	STRIKE    string = "\033[9m"
	ITALIC    string = "\033[3m"

	RESET string = "\033[0m"
)

Variables

This section is empty.

Functions

func Display_Fields

func Display_Fields(fieldName string, fieldValue any, fieldEnum any)

func Display_Layer

func Display_Layer(layerName string)

func Display_SubFields added in v0.4.3

func Display_SubFields(fieldName string, fieldValue any, fieldEnum any)

func Display_SubLayer added in v0.4.3

func Display_SubLayer(subLayerName string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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