Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatapackHeader ¶ added in v0.0.3
type DatapackHeader struct {
Namespace string `json:"namespace"`
Definitions struct {
Functions []struct {
Name string `json:"name"`
Args []struct {
Name string `json:"name"`
Type string `json:"type"`
} `json:"args"`
ReturnType string `json:"returnType"`
} `json:"functions"`
} `json:"definitions"`
}
type PrimitiveType ¶ added in v0.0.8
type PrimitiveType string
type ProjectConfig ¶
type SourceLocation ¶
type StructField ¶ added in v0.0.8
StructField represents a field in a struct declaration.
Click to show internal directories.
Click to hide internal directories.