Documentation
¶
Index ¶
- type Clone
- func (c *Clone) Build() *core.Clone
- func (c *Clone) DisableSquash() (clone *Clone)
- func (c *Clone) DisableUntagged() (clone *Clone)
- func (c *Clone) DisableWeakly() (clone *Clone)
- func (c *Clone) DisableZero() (clone *Clone)
- func (c *Clone) ErrorOnUnset() (clone *Clone)
- func (c *Clone) ErrorOnUnused() (clone *Clone)
- func (c *Clone) From(from any) (clone *Clone)
- func (c *Clone) Json() *Clone
- func (c *Clone) Kind(hook hook.Kind) (clone *Clone)
- func (c *Clone) Str() (clone *Clone)
- func (c *Clone) Tag(tag string) (clone *Clone)
- func (c *Clone) To(to any) (clone *Clone)
- func (c *Clone) Type(hook hook.Type) (clone *Clone)
- func (c *Clone) Value(hook hook.Value) (clone *Clone)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clone ¶
type Clone struct {
// contains filtered or unexported fields
}
func (*Clone) DisableSquash ¶
func (*Clone) DisableUntagged ¶ added in v0.0.8
func (*Clone) DisableWeakly ¶
func (*Clone) DisableZero ¶
func (*Clone) ErrorOnUnset ¶
func (*Clone) ErrorOnUnused ¶
Click to show internal directories.
Click to hide internal directories.