bson

package
v0.0.0-...-c42c1b2 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fuzz

func Fuzz(data []byte) int

Types

type O

type O struct {
	A bson.ObjectId
}

type S

type S struct {
	A int
	B string
	C float64
	D []byte
	E bool  `bson:"E1"`
	F uint8 `bson:",omitempty"`
	G S1
	H *S2
	I *int
	J *string
	K **int
	L **string
	M **S2
	N S1          `bson:",inline"`
	O int64       `bson:",minsize"`
	P bson.Binary `bson:",omitempty"`
	Q bson.D      `bson:",omitempty"`
	R interface{}
	S int
	T bson.JavaScript `bson:",omitempty"`
	U bson.M          `bson:",omitempty"`
	V bson.MongoTimestamp
	W bson.Raw  `bson:",omitempty"`
	X bson.RawD `bson:",omitempty"`
	Z bson.M    `bson:",inline"`
}

type S1

type S1 struct {
	A1 int
	B1 string
	C1 *S2
	D1 S2
}

type S2

type S2 struct {
	A int
	B string
	C bool
}

Jump to

Keyboard shortcuts

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