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 ValueType `json:"type"`
} `json:"args"`
ReturnType ValueType `json:"returnType"`
} `json:"functions"`
} `json:"definitions"`
}
type ProjectConfig ¶
type SourceLocation ¶
Click to show internal directories.
Click to hide internal directories.