Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(o *Options)
Option defines a single option function.
func Adapter ¶
func Adapter(val *connector.HttpAdapter) Option
App provides a function to set the logger option.
func Store ¶
func Store(val microstore.Store) Option
Store provides a function to set the Store option
func TracerProvider ¶
func TracerProvider(val trace.TracerProvider) Option
TracerProvider provides a function to set the TracerProvider option
type Options ¶
type Options struct {
Adapter *connector.HttpAdapter
Logger log.Logger
Context context.Context
Config *config.Config
TracerProvider trace.TracerProvider
Store microstore.Store
}
Options defines the available options for this package.
Click to show internal directories.
Click to hide internal directories.