Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fooer10 ¶ added in v1.12.0
type Fooer10 interface {
Foo(a []otherfixture.Spaceship)
}
Fooer10 is an interface used for tests.
type Fooer11 ¶ added in v1.12.0
type Fooer11 interface {
Foo(a []*otherfixture.Spaceship)
}
Fooer11 is an interface used for tests.
type Fooer3 ¶
type Fooer3 interface { Foo() Bar(a string) Baz(a string) (err error) Qux(a, b string) (val string, err error) Wobble() (w *wobble) Wiggle() (w wobble) WiggleWobble(a []*wobble, b []wobble, c map[string]*wobble, d map[*wobble]wobble, e map[string][]wobble, f []*otherfixture.Spaceship) (g map[*wobble]wobble, h [][]*wobble, i otherfixture.Spaceship, j *otherfixture.Spaceship, k map[*otherfixture.Spaceship]otherfixture.Spaceship, l []otherfixture.Spaceship) }
Fooer3 is an interface used for tests.
type Fooer6 ¶ added in v1.12.0
type Fooer6 interface {
Foo(a otherfixture.Spaceship)
}
Fooer6 is an interface used for tests.
type Fooer7 ¶ added in v1.12.0
type Fooer7 interface {
Foo(a *otherfixture.Spaceship)
}
Fooer7 is an interface used for tests.
type Fooer8 ¶ added in v1.12.0
type Fooer8 interface {
Foo(a map[string]otherfixture.Spaceship)
}
Fooer8 is an interface used for tests.
type Fooer9 ¶ added in v1.12.0
type Fooer9 interface {
Foo(a map[string]*otherfixture.Spaceship)
}
Fooer9 is an interface used for tests.
Click to show internal directories.
Click to hide internal directories.