Documentation
¶
Index ¶
- func ViperDecoderHook() libmap.DecodeHookFuncType
- type Perm
- func (p Perm) FileMode() os.FileMode
- func (p Perm) Int() int
- func (p Perm) Int32() int32
- func (p Perm) Int64() int64
- func (p Perm) MarshalCBOR() ([]byte, error)
- func (p Perm) MarshalJSON() ([]byte, error)
- func (p Perm) MarshalTOML() ([]byte, error)
- func (p Perm) MarshalText() ([]byte, error)
- func (p Perm) MarshalYAML() (interface{}, error)
- func (p Perm) String() string
- func (p Perm) Uint() uint
- func (p Perm) Uint32() uint32
- func (p Perm) Uint64() uint64
- func (p *Perm) UnmarshalCBOR(bytes []byte) error
- func (p *Perm) UnmarshalJSON(bytes []byte) error
- func (p *Perm) UnmarshalTOML(i interface{}) error
- func (p *Perm) UnmarshalText(bytes []byte) error
- func (p *Perm) UnmarshalYAML(value *yaml.Node) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ViperDecoderHook ¶
func ViperDecoderHook() libmap.DecodeHookFuncType
Types ¶
type Perm ¶
func ParseInt64 ¶
func (Perm) MarshalCBOR ¶
func (Perm) MarshalJSON ¶
func (Perm) MarshalTOML ¶
func (Perm) MarshalText ¶
func (Perm) MarshalYAML ¶
func (*Perm) UnmarshalCBOR ¶
func (*Perm) UnmarshalJSON ¶
func (*Perm) UnmarshalTOML ¶
func (*Perm) UnmarshalText ¶
func (*Perm) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.