Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MUp = app_msg.Apply(&MsgUp{}).(*MsgUp)
)
Functions ¶
This section is empty.
Types ¶
type Download ¶
type Download struct {
rc_recipe.RemarkExperimental
Path mo_path.FileSystemPath
Owner string
Repository string
Release string
Peer gh_conn.ConnGithubRepo
Downloads rp_model.TransactionReport
Downloading app_msg.Message
}
type List ¶
type List struct {
rc_recipe.RemarkExperimental
Owner string
Repository string
Release string
Peer gh_conn.ConnGithubRepo
Assets rp_model.RowReport
}
type Upload ¶
type Upload struct {
rc_recipe.RemarkExperimental
rc_recipe.RemarkIrreversible
Asset mo_path.ExistingFileSystemPath
Owner string
Repository string
Release string
Peer gh_conn.ConnGithubRepo
Uploads rp_model.TransactionReport
}
type UploadFile ¶
type UploadFile struct {
File string `json:"file"`
}
type UploadWorker ¶
type UploadWorker struct {
// contains filtered or unexported fields
}
func (*UploadWorker) Exec ¶
func (z *UploadWorker) Exec() error
Click to show internal directories.
Click to hide internal directories.