Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPrimitive ¶
Types ¶
type Annotation ¶
type Dir ¶
type Dir struct {
// contains filtered or unexported fields
}
A Dir describes a directory holding code by specifying the expected import path and the file system directory.
type Field ¶
type Field struct { Name string Type string Annotations []Annotation }
type Method ¶
type Method struct { Name string Params []Field Results []Field Annotations []Annotation }
Click to show internal directories.
Click to hide internal directories.