simple

package
v0.0.0-...-d3ccc4f Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2018 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSimpleTest

func NewSimpleTest(log zerolog.Logger, reportDir string, config SimpleConfig) test.TestScript

NewSimpleTest creates a simple test

Types

type SimpleConfig

type SimpleConfig struct {
	MaxDocuments   int
	MaxCollections int
}

type UserDocument

type UserDocument struct {
	Key string `json:"_key"`

	Value int    `json:"value"`
	Name  string `json:"name"`
	Odd   bool   `json:"odd"`
	// contains filtered or unexported fields
}

func (UserDocument) Equals

func (d UserDocument) Equals(other UserDocument) bool

Equals returns true when the value fields of `d` and `other` are the equal.

Jump to

Keyboard shortcuts

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