Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllImportedEnumValues = []struct { Value ImportedEnum TSName string }{ {ImportedEnumValue1, "Value1"}, {ImportedEnumValue2, "Value2"}, {ImportedEnumValue3, "Value3"}, }
Functions ¶
This section is empty.
Types ¶
type AMapWrapper ¶
type AMapWrapper struct {
AMap map[string]binding_test_nestedimport.A `json:"AMap"`
}
type ASliceWrapper ¶
type ASliceWrapper struct {
ASlice []binding_test_nestedimport.A `json:"ASlice"`
}
type AWrapper ¶
type AWrapper struct {
AWrapper binding_test_nestedimport.A `json:"AWrapper"`
}
type ImportedEnum ¶
type ImportedEnum string
const ( ImportedEnumValue1 ImportedEnum = "value1" ImportedEnumValue2 ImportedEnum = "value2" ImportedEnumValue3 ImportedEnum = "value3" )
Click to show internal directories.
Click to hide internal directories.