package
1.1.13
Repository: https://github.com/lovoo/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.