complicated_pkg

package
v0.0.0-...-1651ec6 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2014 License: Apache-2.0, MIT Imports: 4 Imported by: 0

Documentation

Overview

Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Byte

type Byte uint8

type ComplicatedThing

type ComplicatedThing interface {
	Channels(a chan chan<- <-chan net.Conn) chan int
	Pointers(a *int, b *net.Conn, c **io.Reader) (*int, error)
	Functions(a func(int, image.Image) int) func(string, int) net.Conn
	Maps(a map[string]*int) (map[int]*string, error)
	Arrays(a [3]string) ([3]int, error)
	Slices(a []string) ([]int, error)
	NamedScalarType(a Byte) ([]Byte, error)
	EmptyInterface(a interface{}) (interface{}, error)
	RenamedPackage(a tony.SomeUint8Alias)
	Variadic(a int, b ...net.Conn) int
}

Jump to

Keyboard shortcuts

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