browsing

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MinRequestPayloadLength  = 26
	MaxAllowedNumberOfFields = 20
)

Variables

View Source
var (
	ErrInvalidRequestFormat   = errors.New("invalid payload format")
	ErrNoFieldsRequested      = errors.New("no fields are requested")
	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
}
var Blank Request

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