fuzz

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var QueryParser = rql.MustNewParser(rql.Config{
	Model:         User{},
	FieldSep:      ".",
	LimitMaxValue: 25,
})

Functions

func Fuzz

func Fuzz(b []byte) int

Types

type User

type User struct {
	ID        uint      `gorm:"primary_key" rql:"filter,sort"`
	Admin     bool      `rql:"filter"`
	Name      string    `rql:"filter"`
	Address   string    `rql:"filter"`
	CreatedAt time.Time `rql:"filter,sort"`
}

Jump to

Keyboard shortcuts

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