package
0.0.0-20230427205542-86833b7e4cc0
Repository: https://github.com/cloudykit/framework.git
Documentation: pkg.go.dev
# Functions
Env works as Getenv but the first argument is a default value.
Getenv same as os.Getenv, but with fallback support.
No description provided by the author
LookupEnv same as os.LookupEnv, but with fallback support.
No description provided by the author
No description provided by the author
NewCtlComponent creates a component that will bind the passed context at bootstrap.
# Structs
No description provided by the author
Kernel app holds your top level data for you service
Router, Dispatcher, Scope.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Component represents a service component, a component need to implement a bootstrap method which is responsible to set up the component with the app, ex: register a type Providers, or add middleware handler.
No description provided by the author
# Type aliases
ComponentFunc func implementing Component interface.
No description provided by the author