package foo

import "github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures"

Index

Types

type Bar

type Bar interface {
	Boo(a string, b string) (s string, err error)
}

Bar is an interface used for tests.

type Fooer

type Fooer interface{}

Fooer is an empty 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)
}

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.

Source Files

foo.go

Version
v1.10.2
Published
Feb 20, 2016
Platform
js/wasm
Last checked
34 minutes ago

Tools for package owners.