Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigEntity ¶
type CoreEntity ¶
type CoreEntity struct { *ConfigEntity // contains filtered or unexported fields }
func New ¶
func New(cfg *ConfigEntity) (*CoreEntity, error)
func (*CoreEntity) GetVersion ¶
func (core *CoreEntity) GetVersion() (string, error)
GetVersion 获取仓库版本
func (*CoreEntity) RemoteToLocal ¶
func (core *CoreEntity) RemoteToLocal() error
RemoteToLocal 获取到本地
type GithubRepoVersion ¶
type GithubRepoVersion struct {
TagName string `json:"tag_name"`
}
Click to show internal directories.
Click to hide internal directories.