package foo
import "github.com/dotcloud/docker/pkg/plugins/pluginrpc-gen/fixtures"
Index ¶
Types ¶
type Bar ¶
type Fooer ¶
type Fooer interface{}
type Fooer2 ¶
type Fooer2 interface {
Foo()
}
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) }
type Fooer4 ¶
type Fooer4 interface { Foo() error }
type Fooer5 ¶
type Fooer5 interface { Foo() Bar }
Source Files ¶
Tools for package owners.