Versions in this module Expand all Collapse all v0 v0.0.2 Dec 18, 2024 v0.0.1 Dec 18, 2024 Changes in this version + type ContextWrapper interface + GetContext func() context.Context + GetLogId func() string + Log func() *logrus.Entry + SetLogName func(name string) ContextWrapper + func NewContext(ctx context.Context) ContextWrapper + type IContext struct + func (s *IContext) GetContext() context.Context + func (s *IContext) GetLogId() string + func (s *IContext) Log() *logrus.Entry + func (s *IContext) SetLogName(name string) ContextWrapper