end2end

package
v0.0.0-...-216eb11 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Empty

type Empty struct{}

type M1

type M1 struct {
	A int
}

type M2

type M2 struct {
	A int
	B int
}

type M3

type M3 struct {
	A M1
}

type X

type X struct {
	I             int
	J             string
	Y1            Y
	Y2            *Y
	E1            Empty
	E2            *Empty
	M             message
	Repeated      []string
	RepeatedY     []Y
	RepeatedEmpty []Empty
	MapY          map[string]Y
}

type Y

type Y struct {
	I  int
	J  string
	E1 Empty
	E2 *Empty
}

Jump to

Keyboard shortcuts

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