Versions in this module Expand all Collapse all v0 v0.0.1 Nov 16, 2020 Changes in this version + type Context struct + Ctx context.Context + Logger zerolog.Logger + WaitGroup *sync.WaitGroup + func New() Context + func (c Context) WithContext(ctx context.Context) Context + func (c Context) WithFields(f func(f Fields) Fields) Context + func (c Context) WithLogger(l zerolog.Logger) Context + type Fields = zerolog.Context