Documentation
¶
Overview ¶
Package model contains the data model necessary for generating mock implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
Interface is a Go interface.
func InterfaceFromInterfaceType ¶
InterfaceFromInterfaceType returns a pointer to an interface for the given reflection interface type.
type NamedType ¶
type NamedType struct { Package string // may be empty Type string // TODO: should this be typed Type? }
NamedType is an exported type in a package.
type Package ¶
Package is a Go package. It may be a subset.
type PredeclaredType ¶
type PredeclaredType string
PredeclaredType is a predeclared type such as "int".
Click to show internal directories.
Click to hide internal directories.