type github.com/jackc/pgproto3/v2.BigEndianBuf
7 uses
github.com/jackc/pgproto3/v2 (current package)
big_endian.go#L7: type BigEndianBuf [8]byte
big_endian.go#L9: func (b BigEndianBuf) Int16(n int16) []byte {
big_endian.go#L15: func (b BigEndianBuf) Uint16(n uint16) []byte {
big_endian.go#L21: func (b BigEndianBuf) Int32(n int32) []byte {
big_endian.go#L27: func (b BigEndianBuf) Uint32(n uint32) []byte {
big_endian.go#L33: func (b BigEndianBuf) Int64(n int64) []byte {
error_response.go#L115: var bigEndian BigEndianBuf
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |