package foo
import "github.com/docker/cli/components/engine/pkg/plugins/pluginrpc-gen/fixtures"
Index ¶
- type Bar
- type Fooer
- type Fooer10
- type Fooer11
- type Fooer12
- type Fooer2
- type Fooer3
- type Fooer4
- type Fooer5
- type Fooer6
- type Fooer7
- type Fooer8
- type Fooer9
Types ¶
type Bar ¶
Bar is an interface used for tests.
type Fooer ¶
type Fooer interface{}
Fooer is an empty interface used for tests.
type Fooer10 ¶
type Fooer10 interface { Foo(a []otherfixture.Spaceship) }
Fooer10 is an interface used for tests.
type Fooer11 ¶
type Fooer11 interface { Foo(a []*otherfixture.Spaceship) }
Fooer11 is an interface used for tests.
type Fooer12 ¶
Fooer12 is an interface used for tests.
type Fooer2 ¶
type Fooer2 interface {
Foo()
}
Fooer2 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 Fooer4 ¶
type Fooer4 interface { Foo() error }
Fooer4 is an interface used for tests.
type Fooer5 ¶
type Fooer5 interface { Foo() Bar }
Fooer5 is an interface used for tests.
type Fooer6 ¶
type Fooer6 interface { Foo(a otherfixture.Spaceship) }
Fooer6 is an interface used for tests.
type Fooer7 ¶
type Fooer7 interface { Foo(a *otherfixture.Spaceship) }
Fooer7 is an interface used for tests.
type Fooer8 ¶
type Fooer8 interface { Foo(a map[string]otherfixture.Spaceship) }
Fooer8 is an interface used for tests.
type Fooer9 ¶
type Fooer9 interface { Foo(a map[string]*otherfixture.Spaceship) }
Fooer9 is an interface used for tests.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
components/engine/pkg/plugins/pluginrpc-gen/fixtures/otherfixture |
- Version
- v17.12.0-ce-rc1+incompatible
- Published
- Dec 7, 2017
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 4 hours ago –
Tools for package owners.