Documentation ¶
Index ¶
- type Base
- func (b *Base) Error() error
- func (b *Base) HasError() bool
- func (b *Base) HasMeta() bool
- func (b *Base) HasSource() bool
- func (b *Base) Meta() interface{}
- func (b *Base) Origin() structure.Origin
- func (b *Base) ReportError(err error)
- func (b *Base) Source() structure.Source
- func (b *Base) WithMeta(meta interface{}) *Base
- func (b *Base) WithOrigin(origin structure.Origin) *Base
- func (b *Base) WithReference(reference string) *Base
- func (b *Base) WithSource(source structure.Source) *Base
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
func (*Base) ReportError ¶
func (*Base) WithReference ¶
Click to show internal directories.
Click to hide internal directories.