anbuGenerics

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2025 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BulkRename added in v0.1.4

func BulkRename(pattern string, replacement string, renameDirectories bool, dryRun bool)

func ConvertData added in v0.1.7

func ConvertData(converterType string, input string)

Primary Handler

func GeneratePassPhrase added in v0.1.3

func GeneratePassPhrase(lengthS string, separator string, simple bool)

func GeneratePassword added in v0.1.3

func GeneratePassword(lengthS string, simple bool)

func GenerateRUIDString added in v0.1.5

func GenerateRUIDString(len string)

generates shorter UUID string

func GenerateRandomString

func GenerateRandomString(length int)

func GenerateRepetitionString added in v0.1.5

func GenerateRepetitionString(count int, str string)

func GenerateSequenceString added in v0.1.5

func GenerateSequenceString(length int)

func GenerateUUIDString added in v0.1.5

func GenerateUUIDString()

func StartMarkdownServer added in v1.0.4

func StartMarkdownServer(listenAddr string) error

func TimeCurrent added in v0.1.5

func TimeCurrent()

func TimeEpochDiff added in v0.1.5

func TimeEpochDiff(epochs []int64)

func TimeParse added in v0.1.5

func TimeParse(timeStr string, printType string)

func TimePurple added in v0.1.5

func TimePurple()

Types

type FileNode added in v1.0.4

type FileNode struct {
	IsDir    bool                `json:"isDir,omitempty"`
	Children map[string]FileNode `json:"children,omitempty"`
}

type MarkdownServer added in v1.0.4

type MarkdownServer struct {
	Options *MarkdownServerOptions
}

type MarkdownServerOptions added in v1.0.4

type MarkdownServerOptions struct {
	ListenAddress string
	RootDir       string
}

Jump to

Keyboard shortcuts

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