Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmpty = errors.New("value is empty") ErrNil = errors.New("value is nil") )
Functions ¶
Types ¶
type SeqContext ¶
func (*SeqContext[T]) Report ¶
func (c *SeqContext[T]) Report() Report
func (*SeqContext[T]) Write ¶
func (c *SeqContext[T]) Write(field any, err error)
type StructContext ¶
type StructContext struct{}
func Struct ¶
func Struct(value any) *StructContext
func (*StructContext) Report ¶
func (c *StructContext) Report() Report
func (*StructContext) Write ¶
func (c *StructContext) Write(field any, err error)
Click to show internal directories.
Click to hide internal directories.