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 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.