validate

package
v0.0.0-...-d16db0a Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	EmojiFingerPointRight = "👉"
	FailureEmoji          = "🛑"
	FlashingLightEmoji    = "🚨"
	HourglassEmoji        = "⌛"
	SuccessEmoji          = "✅"
	WarningSign           = "⚠️ " // why does this need an extra space to align?!?!
)

Functions

This section is empty.

Types

type Result

type Result struct {
	Status  Status
	Message string
}

type Status

type Status string
const (
	Failure Status = "Failure"
	Warning Status = "Warning"
	Success Status = "Success"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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