Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct { Name string `json:"name"` Owner string `json:"owner"` Repo string `json:"repo"` Url string `json:"url"` Sha string `json:"sha"` }
A Cosmos SDK Module
type Project ¶
type Project struct { Name string `json:"name"` Owner string `json:"owner"` Url string `json:"url"` Description string `json:"description"` Language string `json:"language"` License string `json:"license"` Stars int `json:"stars"` Forks int `json:"forks"` LastCommit time.Time `json:"lastcommit"` Modules []Module `json:"modules,omitempty"` Branch string `json:"branch"` CosmosSDK string `json:"cosmos_sdk,omitempty"` }
Project
Click to show internal directories.
Click to hide internal directories.