Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Foo ¶
type Foo interface { Load(context.Context) (Entity, error) Save([]Entity) error IsValid() bool ValidateMulti(...Entity) }
Foo demo interface
func NewLoggerFoo ¶
func NewTracingFoo ¶
func NewTracingFoo(s Foo, tracer *opentracing.Tracer) Foo
NewTracingFactory creates a new trace wrapper instance
Click to show internal directories.
Click to hide internal directories.