package foo

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

Index

Types

type Bar

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

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

foo.go

Version
v1.8.0-rc2
Published
Aug 4, 2015
Platform
js/wasm
Last checked
59 minutes ago

Tools for package owners.