directlynestedstruct

package
v0.0.5-alpha Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 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 ImportNested

type ImportNested struct {
	nestedimport.Hello
}

func NestedImportFunc

func NestedImportFunc(x ImportNested) ImportNested

type ImportPointerNested

type ImportPointerNested struct {
	*nestedimport.Hello
}

func NestedImportPointerFunc

func NestedImportPointerFunc(x ImportPointerNested) ImportPointerNested

type Normal

type Normal struct {
	X
}

func NormalNestFunc

func NormalNestFunc(x Normal) Normal

type PointerNormal

type PointerNormal struct {
	*X
}

func NormalPointerNestFunc

func NormalPointerNestFunc(x PointerNormal) PointerNormal

type X

type X int

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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