Documentation
¶
Index ¶
- type Copy
- func (c *Copy) Build() *core.Copy
- func (c *Copy) DisableSquash() (copy *Copy)
- func (c *Copy) DisableUntagged() (copy *Copy)
- func (c *Copy) DisableWeakly() (copy *Copy)
- func (c *Copy) ErrorOnUnset() (copy *Copy)
- func (c *Copy) ErrorOnUnused() (copy *Copy)
- func (c *Copy) From(from any) (copy *Copy)
- func (c *Copy) Json() *Copy
- func (c *Copy) Kind(required hook.Kind, others ...hook.Kind) (copy *Copy)
- func (c *Copy) Mapper(mapper callback.Mapper) (copy *Copy)
- func (c *Copy) Struct() (copy *Copy)
- func (c *Copy) Tag(tag string) (copy *Copy)
- func (c *Copy) To(to any) (copy *Copy)
- func (c *Copy) Type(required hook.Type, others ...hook.Type) (copy *Copy)
- func (c *Copy) Value(required hook.Value, others ...hook.Value) (copy *Copy)
- func (c *Copy) Zero() (copy *Copy)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Copy ¶ added in v0.0.9
type Copy struct {
// contains filtered or unexported fields
}
func (*Copy) DisableSquash ¶ added in v0.0.9
func (*Copy) DisableUntagged ¶ added in v0.0.9
func (*Copy) DisableWeakly ¶ added in v0.0.9
func (*Copy) ErrorOnUnset ¶ added in v0.0.9
func (*Copy) ErrorOnUnused ¶ added in v0.0.9
Click to show internal directories.
Click to hide internal directories.