Documentation ¶
Index ¶
- type DotImports
- type EmbedsInterfaces
- type FirstInterface
- type HasImports
- type HasOtherTypes
- type HasVarArgs
- type HasVarArgsWithLocalTypes
- type ImportsGoHyphenPackage
- type InterfaceToEmbed
- type LocalType
- type Params
- type Request
- type RequestFactory
- type ReusesArgTypes
- type SecondInterface
- type SomeFunc
- type SomeNum
- type SomeString
- type Something
- type SomethingElse
- type SomethingFactory
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 HasOtherTypes ¶
type HasOtherTypes interface {
GetThing(SomeString) SomeFunc
}
type HasVarArgs ¶
type HasVarArgsWithLocalTypes ¶
type HasVarArgsWithLocalTypes interface {
DoThings(...LocalType)
}
type ImportsGoHyphenPackage ¶
type ImportsGoHyphenPackage interface {
UseHyphenType(hyphenpackage.HyphenType)
}
type InterfaceToEmbed ¶
type InterfaceToEmbed interface {
EmbeddedMethod() string
}
type ReusesArgTypes ¶
type ReusesArgTypes interface {
DoThings(x, y string)
}
type SecondInterface ¶
type SecondInterface interface {
EmbeddedMethod() string
}
type SomeString ¶
type SomeString string
type SomethingElse ¶
type SomethingElse interface {
ReturnStuff() (a, b int)
}
type SomethingFactory ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
alias_import_name
|
|
hyphenated_package_same_name
|
|
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.