Documentation
¶
Index ¶
- Variables
- func A(a netip.Addr, msg []byte, off int) (int, error)
- func AAAA(aaaa netip.Addr, msg []byte, off int) (int, error)
- func Base32(s []byte) (buf []byte, err error)
- func Base64(s []byte) (buf []byte, err error)
- func Name(s string, msg []byte, off int, compression map[string]uint16, compress bool) (off1 int, err error)
- func Names(names []string, msg []byte, off int, compress map[string]uint16) (int, error)
- func String(s string, msg []byte, off int) (int, error)
- func StringAny(s string, msg []byte, off int) (int, error)
- func StringBase32(s string, msg []byte, off int) (int, error)
- func StringBase64(s string, msg []byte, off int) (int, error)
- func StringHex(s string, msg []byte, off int) (int, error)
- func StringTxt(s []string, msg []byte, off int) (int, error)
- func Txt(txt []string, msg []byte, off int) (int, error)
- func TxtString(s string, msg []byte, off int) (int, error)
- func Uint16(i uint16, msg []byte, off int) (off1 int, err error)
- func Uint32(i uint32, msg []byte, off int) (off1 int, err error)
- func Uint48(i uint64, msg []byte, off int) (off1 int, err error)
- func Uint64(i uint64, msg []byte, off int) (off1 int, err error)
- func Uint8(i uint8, msg []byte, off int) (off1 int, err error)
- type Error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBuf = &Error{Err: "buffer size too small"} // ErrBuf indicates that the buffer used is too small for the message.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.