pkg

package
v3.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutofillTestA

type AutofillTestA struct {
	Value string
}

AutofillTestA is a structure used in the tests.

type AutofillTestB

type AutofillTestB struct {
	Value *AutofillTestA
}

AutofillTestB is a structure used in the tests.

type BuildFuncTestA

type BuildFuncTestA struct {
	P1 string
	P2 BuildFuncTestB
	P3 *BuildFuncTestC
}

BuildFuncTestA is a structure used in the tests.

type BuildFuncTestB

type BuildFuncTestB struct {
	P1 string
	P2 *BuildFuncTestC
}

BuildFuncTestB is a structure used in the tests.

type BuildFuncTestC

type BuildFuncTestC struct {
	P1 string
}

BuildFuncTestC is a structure used in the tests.

type BuildStructTestA

type BuildStructTestA struct {
	P1 string
	P2 *BuildStructTestB
	P3 *BuildStructTestC
}

BuildStructTestA is a structure used in the tests.

type BuildStructTestB

type BuildStructTestB struct {
	P1 string
	P2 *BuildStructTestC
}

BuildStructTestB is a structure used in the tests.

type BuildStructTestC

type BuildStructTestC struct {
	P1 string
}

BuildStructTestC is a structure used in the tests.

type CloseTest

type CloseTest struct {
	Closed bool
}

CloseTest is a structure used in the tests.

type DeclTypeTest

type DeclTypeTest struct{}

DeclTypeTest is a structure used in the tests.

type DiTest added in v3.1.0

type DiTest struct {
	Value string
}

DiTest is a structure used in the tests.

type RetrievalTest

type RetrievalTest struct {
	CreatedAt int
}

RetrievalTest is a structure used in the tests.

func NewRetrievalTest

func NewRetrievalTest() *RetrievalTest

NewRetrievalTest creates a new RetrievalTest.

type ScopeTest

type ScopeTest struct {
	CreatedAt int
}

ScopeTest is a structure used in the tests.

func NewScopeTest

func NewScopeTest() *ScopeTest

NewScopeTest creates a new ScopeTest.

Jump to

Keyboard shortcuts

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