foo

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2015 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL