Documentation
¶
Overview ¶
Package model provides the data structures for the application
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"`
}
Module represents 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 represents a GitHub project
Click to show internal directories.
Click to hide internal directories.