type encoding/binary.ByteOrder (interface)

Method Implmentations

PutUint16([]byte, uint16) github.com/gofiber/fiber/v2/internal/gopsutil/common.ByteOrder.PutUint16
PutUint32([]byte, uint32) github.com/gofiber/fiber/v2/internal/gopsutil/common.ByteOrder.PutUint32
PutUint64([]byte, uint64) github.com/gofiber/fiber/v2/internal/gopsutil/common.ByteOrder.PutUint64
String() string github.com/gofiber/fiber/v2/internal/gopsutil/common.ByteOrder.String
Uint16([]byte) uint16 github.com/gofiber/fiber/v2/internal/gopsutil/common.ByteOrder.Uint16
Uint32([]byte) uint32 github.com/gofiber/fiber/v2/internal/gopsutil/common.ByteOrder.Uint32
Uint64([]byte) uint64 github.com/gofiber/fiber/v2/internal/gopsutil/common.ByteOrder.Uint64