perm

package
v1.15.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ViperDecoderHook

func ViperDecoderHook() libmap.DecodeHookFuncType

Types

type Perm

type Perm os.FileMode

func Parse

func Parse(s string) (Perm, error)

func ParseByte

func ParseByte(p []byte) (Perm, error)

func ParseInt

func ParseInt(i int) (Perm, error)

func ParseInt64

func ParseInt64(i int64) (Perm, error)

func (Perm) FileMode

func (p Perm) FileMode() os.FileMode

func (Perm) Int

func (p Perm) Int() int

func (Perm) Int32

func (p Perm) Int32() int32

func (Perm) Int64

func (p Perm) Int64() int64

func (Perm) MarshalCBOR

func (p Perm) MarshalCBOR() ([]byte, error)

func (Perm) MarshalJSON

func (p Perm) MarshalJSON() ([]byte, error)

func (Perm) MarshalTOML

func (p Perm) MarshalTOML() ([]byte, error)

func (Perm) MarshalText

func (p Perm) MarshalText() ([]byte, error)

func (Perm) MarshalYAML

func (p Perm) MarshalYAML() (interface{}, error)

func (Perm) String

func (p Perm) String() string

func (Perm) Uint

func (p Perm) Uint() uint

func (Perm) Uint32

func (p Perm) Uint32() uint32

func (Perm) Uint64

func (p Perm) Uint64() uint64

func (*Perm) UnmarshalCBOR

func (p *Perm) UnmarshalCBOR(bytes []byte) error

func (*Perm) UnmarshalJSON

func (p *Perm) UnmarshalJSON(bytes []byte) error

func (*Perm) UnmarshalTOML

func (p *Perm) UnmarshalTOML(i interface{}) error

func (*Perm) UnmarshalText

func (p *Perm) UnmarshalText(bytes []byte) error

func (*Perm) UnmarshalYAML

func (p *Perm) UnmarshalYAML(value *yaml.Node) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL