browsing

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const MaxAllowedNumberOfFields = 20
View Source
const MinRequestPayloadLength = 26

Variables

View Source
var ErrInvalidRequestFormat = errors.New("invalid payload format")
View Source
var ErrNoFieldsRequested = errors.New("no fields are requested")
View Source
var ErrTooManyFieldsRequested = errors.New("too many fields are requested")

Functions

This section is empty.

Types

type Request

type Request struct {
	Filters   string
	Fields    []string
	Challenge [8]byte
	// contains filtered or unexported fields
}

func NewRequest

func NewRequest(data []byte) (*Request, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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