example_test

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Foo

type Foo string

type Fuga

type Fuga struct {
	C *int
	D []string
	E *[]*[]*[]*[]string
	G interface{}
}

func MakeFuga

func MakeFuga(c *int, d []string, e *[]*[]*[]*[]string, g interface{}) Fuga

func NewFuga

func NewFuga(c *int, d []string, e *[]*[]*[]*[]string, g interface{}) *Fuga

type Hoge

type Hoge struct {
	A int
	B Fuga
	C Foo
}

func MakeHoge

func MakeHoge(a int, b Fuga, c Foo) Hoge

func NewHoge

func NewHoge(a int, b Fuga, c Foo) *Hoge

Jump to

Keyboard shortcuts

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