Documentation ¶ Index ¶ Constants func New(l zerolog.Logger) components.Component type Component func (_ Component) Configure(_ ...components.Option) error func (_ Component) Shutdown() error func (_ Component) Start() error Constants ¶ View Source const ( ComponentName = "logger" ) Variables ¶ This section is empty. Functions ¶ func New ¶ func New(l zerolog.Logger) components.Component Types ¶ type Component ¶ type Component struct { components.Base } func (Component) Configure ¶ func (_ Component) Configure(_ ...components.Option) error func (Component) Shutdown ¶ func (_ Component) Shutdown() error func (Component) Start ¶ func (_ Component) Start() error Source Files ¶ View all Source files component.go Click to show internal directories. Click to hide internal directories.