util

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name        = "open-macro"
	Version     = "1.1.0"
	PrettyName  = Name + " (version " + Version + ")"
	Description = "A simple macro system made for client openness"
)

Bin. info

View Source
const (
	DefaultServerAddress = "0.0.0.0:6600"
	HttpTimeouts         = time.Second * 5
)

Defaults

Variables

This section is empty.

Functions

func Log

func Log(format string, args ...interface{})

Types

type ContextualizedError

type ContextualizedError struct {
	Domain  string
	Message string
	Child   error
}

func NewContextualizedError

func NewContextualizedError(domain string, message string, child error) ContextualizedError

type ContextualizedErrors

type ContextualizedErrors []ContextualizedError

Jump to

Keyboard shortcuts

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