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 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.
Click to show internal directories.
Click to hide internal directories.