fixtures

package
v1.0.0-...-733ce85 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2016 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmbedsInterfaces

type EmbedsInterfaces interface {
	http.Handler
	another_package.AnotherInterface
	InterfaceToEmbed

	DoThings()
}

type FirstInterface

type FirstInterface interface {
	DoThings()
}

type HasImports

type HasImports interface {
	DoThings(io.Writer, *some_alias.File) *http.Client
}

type HasOtherTypes

type HasOtherTypes interface {
	GetThing(SomeString) SomeFunc
}

type HasVarArgs

type HasVarArgs interface {
	DoThings(int, ...string) int
	DoMoreThings(int, int, ...string) int
}

type HasVarArgsWithLocalTypes

type HasVarArgsWithLocalTypes interface {
	DoThings(...LocalType)
}

type InterfaceToEmbed

type InterfaceToEmbed interface {
	EmbeddedMethod() string
}

type LocalType

type LocalType struct{}

type ReusesArgTypes

type ReusesArgTypes interface {
	DoThings(x, y string)
}

type SecondInterface

type SecondInterface interface {
	EmbeddedMethod() string
}

type SomeFunc

type SomeFunc func(SomeNum) bool

type SomeNum

type SomeNum uint64

type SomeString

type SomeString string

type Something

type Something interface {
	DoThings(string, uint64) (int, error)
	DoNothing()
}

Directories

Path Synopsis
fakes
This file was generated by counterfeiter
This file was generated by counterfeiter
This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter
This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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