binding_test_import

package
v2.8.2 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MIT Imports: 1 Imported by: 0

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 added in v2.7.0

type ImportedEnum string
const (
	ImportedEnumValue1 ImportedEnum = "value1"
	ImportedEnumValue2 ImportedEnum = "value2"
	ImportedEnumValue3 ImportedEnum = "value3"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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