Documentation ¶
Index ¶
- type Normalizer
- func (n *Normalizer) Error() error
- func (n *Normalizer) Normalize(normalizable structure.Normalizable) error
- func (n *Normalizer) WithMeta(meta interface{}) structure.Normalizer
- func (n *Normalizer) WithReference(reference string) structure.Normalizer
- func (n *Normalizer) WithSource(source structure.Source) structure.Normalizer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Normalizer ¶
type Normalizer struct {
// contains filtered or unexported fields
}
func New ¶
func New() *Normalizer
func NewNormalizer ¶
func NewNormalizer(base *structureBase.Base) *Normalizer
func (*Normalizer) Error ¶
func (n *Normalizer) Error() error
func (*Normalizer) Normalize ¶
func (n *Normalizer) Normalize(normalizable structure.Normalizable) error
func (*Normalizer) WithMeta ¶
func (n *Normalizer) WithMeta(meta interface{}) structure.Normalizer
func (*Normalizer) WithReference ¶
func (n *Normalizer) WithReference(reference string) structure.Normalizer
func (*Normalizer) WithSource ¶
func (n *Normalizer) WithSource(source structure.Source) structure.Normalizer
Click to show internal directories.
Click to hide internal directories.