akcore

package module
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2026 License: MIT Imports: 3 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotFound   = errors.New("not found")
	ErrBadRequest = errors.New("bad request")
	ErrForbidden  = errors.New("forbidden")
)
View Source
var Version = "DEV"

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Error(string, ...any)
	Info(string, ...any)
	Debug(string, ...any)
}

Logger is patterned after log/slog.Logger

type ProtoMessagePointer

type ProtoMessagePointer[M any] interface {
	*M
	protoreflect.ProtoMessage
}

Directories

Path Synopsis
build
bus
cmd
oscdump command
exe
run
storage
kv
svc
log
osc
Package osc provides Open Sound Control message sending as an internal service
Package osc provides Open Sound Control message sending as an internal service
pb
template
Package template provides go text/template rendering as a service
Package template provides go text/template rendering as a service
util
web
Package web handles web communication with AK and its modules.
Package web handles web communication with AK and its modules.

Jump to

Keyboard shortcuts

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