Documentation ¶
Index ¶
Constants ¶
View Source
const IgnoredConst = 1
Variables ¶
View Source
var IgnoredAnonymousStruct = struct { Int1 int `property:"get"` }{ Int1: 1, }
View Source
var IgnoredVar = regexp.MustCompile(`^$`)
Functions ¶
Types ¶
type EmptyStruct ¶
type EmptyStruct struct{}
type FailStruct ¶
type FailStruct struct {
Ignored3 int `property:"undefined"`
}
type OtherSuccessStruct ¶
type OtherSuccessStruct struct {
// contains filtered or unexported fields
}
type SuccessStruct ¶
type SuccessStruct struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.