lib

package
v0.0.0-...-31795fd Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2024 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TEMPLATEPATH = "templates/*html"
)

Variables

View Source
var NegList []string
View Source
var PosList []string

Functions

func CheckPort

func CheckPort[T Integer](n T) bool

CheckPort: checks if the program is enable to

listen on the <n>th port

ex. CheckPort(7100) -> false ex. CheckPort(7101) -> true

func GenColors

func GenColors(n int, generator gamut.ColorGenerator) []string

generates hexcolors via generator

func SetupRoutes

func SetupRoutes()

Types

type Integer

type Integer interface {
	int | int8 | int16 | int32 | int64
}

make a type called Integer that uses Generics to make all integers try to function similiarly

type NavLink struct {
	Name string
	Link string
}
func Navbar() []NavLink

type Page

type Page struct {
	Nav []NavLink
}

type WheelSlice

type WheelSlice struct {
	Label string `json:"label"`
	Color string `json:"backgroundColor"`
}

func ParseStringMessage

func ParseStringMessage(message string) []WheelSlice

type WheelPie []WheelSlice

Jump to

Keyboard shortcuts

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