pkg1

package
v1.27.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A interface {
	// contains filtered or unexported methods
}

type A2

type A2 interface {
	// contains filtered or unexported methods
}

type AC

type AC interface {
	A
	C
}

type AEmbedded

type AEmbedded interface {
	A
}

type AExtended

type AExtended interface {
	A
	// contains filtered or unexported methods
}

type B

type B interface {
	// contains filtered or unexported methods
}

type Bar

type Bar struct {
	// contains filtered or unexported fields
}

type C

type C interface {
	// contains filtered or unexported methods
}

type Foo

type Foo struct {
	// contains filtered or unexported fields
}

type T

type T struct {
	Foo
	Bar
	// contains filtered or unexported fields
}

type T2

type T2 struct {
	Foo Foo
	Bar
}

type T3

type T3 struct {
	*Foo
	*Bar
}

type T4

type T4 struct {
	*Foo
	Bar Bar
}

Jump to

Keyboard shortcuts

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