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"`
Meta struct {
Name string
} `json:"meta"`
Definitions struct {
Functions []struct {
Name string `json:"name"`
Args []struct {
Name string `json:"name"`
Type ValueType `json:"type"`
}
Returns struct {
Type ValueType `json:"type"`
Storage string `json:"storage"`
Path string `json:"path"`
}
} `json:"functions"`
} `json:"definitions"`
}
type ProjectConfig ¶
type SourceLocation ¶
Click to show internal directories.
Click to hide internal directories.