test

package
v0.0.0-...-574e917 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoSomething

func DoSomething()

Types

type Anything

type Anything interface {
	Foo(hoge *string, fuga bool) ([]*Foo, error)
	Bar(ctx context.Context, baz, qux string) (*Bar, error)
}

type Bar

type Bar struct{}

type Child

type Child struct {
	Value int64
}

type Foo

type Foo struct{}

type Nested

type Nested struct {
	Foo struct {
		Bar string
	}
}

type Nothing

type Nothing interface {
	Anything
	Baz(args ...interface{})
}

type Parent

type Parent struct {
	Child Child
}

type Something

type Something struct {
	// Foo is something foo
	Foo string
	// Bar is not a bar
	// but bar
	Bar string `json:"barbar"`
	Baz bool
	/*
		qux is qux
	*/
	Qux int
}

Something is a test struct. second line of doc comment.

Jump to

Keyboard shortcuts

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