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 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 }
Click to show internal directories.
Click to hide internal directories.