package
0.1.15
Repository: https://github.com/thebranchcrafter/go-kit.git
Documentation: pkg.go.dev

# Functions

NewKernel creates a new Kernel instance with functional options.
No description provided by the author
WithCommandBus sets a custom CommandBus.
WithEventBus sets a custom WithEventBus.
WithJsonResponseWriter sets a custom JSON response writer.
WithLogger sets a custom logger implementation.
WithQueryBus sets a custom QueryBus.
WithRouter sets a custom router implementation.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
Kernel holds the core infrastructure and components.
Route represents an HTTP route with its method, path, handler, and middleware.

# Interfaces

Module represents a module that can register routes.

# Type aliases

No description provided by the author