Versions in this module Expand all Collapse all v0 v0.1.1 Nov 14, 2023 v0.1.0 Oct 2, 2023 Changes in this version + type Module struct + Description string + Downloads int + ID string + Name string + Namespace string + Owner string + Provider string + PublishedAt time.Time + Source string + Verified bool + Version string + type ModuleDep struct + Name string + Source string + Version string + type ModuleDetail struct + Providers []string + Root *ModuleSubmodule + Submodules []*ModuleSubmodule + Versions []string + type ModuleInput struct + Default string + Description string + Name string + type ModuleList struct + Meta PaginationMeta + Modules []*Module + type ModuleOutput struct + Description string + Name string + type ModuleProvider struct + Downloads int + ModuleCount int + Name string + type ModuleProviderDep struct + Name string + Version string + type ModuleProviderList struct + Meta PaginationMeta + Providers []*ModuleProvider + type ModuleProviderVersions struct + Source string + Versions []*ModuleVersion + type ModuleResource struct + Name string + Type string + type ModuleSubmodule struct + Dependencies []*ModuleDep + Empty bool + Inputs []*ModuleInput + Outputs []*ModuleOutput + Path string + Readme string + Resources []*ModuleResource + type ModuleVersion struct + Root VersionSubmodule + Submodules []*VersionSubmodule + Version string + type ModuleVersions struct + Modules []*ModuleProviderVersions + type PaginationMeta struct + CurrentOffset int + Limit int + NextOffset *int + NextURL string + PrevOffset *int + PrevURL string + func NewPaginationMeta(offset, limit int, hasMore bool, currentURL string) PaginationMeta + type Redirect struct + URL string + type VersionSubmodule struct + Dependencies []*ModuleDep + Path string + Providers []*ModuleProviderDep