Documentation ¶
Index ¶
Constants ¶
View Source
const VERSION = "0.0.1"
VERSION format is loosely based on [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct { Name string `json:"name"` Description string `json:"description"` Default string `json:"default"` }
Input ...
type Meta ¶
type Meta struct { Limit int `json:"limit"` CurrentOffset int `json:"current_offset"` NextOffset int `json:"next_offset"` NextURL string `json:"next_url"` }
Meta ...
type Module ¶
type Module struct { ID string `json:"id"` Owner string `json:"owner"` Namespace string `json:"namespace"` Name string `json:"name"` Version string `json:"version"` Provider string `json:"provider"` Description string `json:"description"` Source string `json:"source"` Published string `json:"published_at"` Downloads int `json:"downloads"` Verified bool `json:"verified"` Root Root Versions []Version `json:"versions"` }
Module ...
type Root ¶
type Root struct { Path string `json:"path"` Readme string `json:"readme"` Empty bool `json:"empty"` Inputs []Input `json:"inputs"` Outputs []Output `json:"outputs"` Dependencies []string `json:"dependencies"` Resources []Resource `json:"resources"` }
Root ...
Click to show internal directories.
Click to hide internal directories.