package
0.0.0-20240909151937-034e452d87f2
Repository: https://github.com/moment-technology/goka.git
Documentation: pkg.go.dev

# Functions

DefaultHumanizer returns the JSON representation of val.
NewServer creates a server with the given options.
WithHumanizer sets the humanizer to use for the queried values.
WithLogger sets the logger to use.

# Structs

Server is a provides HTTP routes for querying the group table.

# Interfaces

Humanizer takes an object in and returns out it's human readable representation.

# Type aliases

HumanizerFunc is an adapter to make conforming functions into Humanizers.
Option is a function that applies a configuration to the server.