package
1.0.0-beta.186
Repository: https://github.com/openmeterio/openmeter.git
Documentation: pkg.go.dev
# Functions
AsNoResponseOperation wraps a func (context.Context, request Request) error typed function as an operation useful for Delete like methods.
Chain is a helper function for composing middlewares.
Compose can be used to chain two operations together (e.g.
Name returns the name of the operation from the context (if any).
NewLogHandler returns a new [slog.Handler].
# Type aliases
Middleware is a chainable function that wraps an [Operation].
Operation is the fundamental building block of RPC-style APIs.