Documentation ¶
Index ¶
- type Bytes
- func (b Bytes) Append(data []byte) Bytes
- func (b Bytes) Clear()
- func (b Bytes) Contains(f []byte) (ok bool)
- func (b Bytes) Empty() bool
- func (b Bytes) Encode(v any) (r Bytes, err error)
- func (b Bytes) Find(value []byte) (start, end int, extract []byte)
- func (v Bytes) Float(i ...float64) (val Float)
- func (b Bytes) GoString() string
- func (b Bytes) Humanize() string
- func (v Bytes) Int(i ...int) (val Int)
- func (b Bytes) IsJSON() bool
- func (b Bytes) Join(src []Bytes, delim ...rune) (r Bytes)
- func (b Bytes) ReadFrom(r io.Reader) (int, error)
- func (b Bytes) Size() int
- func (b Bytes) Slice(pos int, length ...int) (data []byte)
- func (b Bytes) Split(delim ...rune) (r []Bytes)
- func (b Bytes) String() string
- func (v Bytes) UiInt64(i ...uint64) (val uint64)
- func (v Bytes) Uint16(i ...uint16) (val uint16)
- func (v Bytes) Uint32(i ...uint32) (val uint32)
- func (b Bytes) UnsafeString() string
- func (b Bytes) Write(value []byte) int
- func (b Bytes) WriteRune(r []rune) int
- func (b Bytes) WriteString(s string) int
- func (b Bytes) WriteTo(w io.Writer) (int, error)
- type EncoderType
- type Float
- type Int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bytes ¶
type Bytes []byte
func NewBytes ¶
func NewBytes(src any, encoder ...EncoderType) Bytes
func NewBytesBuffer ¶
func (Bytes) UnsafeString ¶
func (Bytes) WriteString ¶
Click to show internal directories.
Click to hide internal directories.