Documentation ¶
Index ¶
- type App
- type Option
- func Context(ctx context.Context) Option
- func Endpoint(endpoints ...string) Option
- func ID(id string) Option
- func Logger(logger log.Logger) Option
- func Metadata(md map[string]string) Option
- func Name(name string) Option
- func Registrar(r registry.Registrar) Option
- func Server(srv ...transport.Server) Option
- func Signal(sigs ...os.Signal) Option
- func Version(version string) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is an application components lifecycle manager
Click to show internal directories.
Click to hide internal directories.