Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mask ¶
type Mask struct {
*masker.MaskerMarshaler
}
func NewDefault ¶
func (*Mask) MaskStruct ¶
Mask all struct fields
type Option ¶
type Option interface {
Apply(mask *Mask)
}
func WithRegisterMaskers ¶
func WithUnregisterMaskers ¶
func WithUnregisterMaskers(maskers ...masker.MaskerType) Option
Click to show internal directories.
Click to hide internal directories.