Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeclaredType ¶
func NewDeclaredType ¶
func NewDeclaredType(id string, t Type) DeclaredType
type Document ¶
type Document struct { Comments []string Package string Types map[string]DeclaredType }
func NewDocument ¶
func (*Document) GetDeclaredType ¶
func (d *Document) GetDeclaredType(id string) (t DeclaredType, ok bool)
func (*Document) PutDeclaredType ¶
func (d *Document) PutDeclaredType(t DeclaredType, merge bool)
Click to show internal directories.
Click to hide internal directories.