Documentation
¶
Index ¶
Constants ¶
View Source
const PlatformGitee = "gitee"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodePushedEvent ¶
type CodePushedEvent struct {
PkgId string `json:"pkg_id"`
Platform string `json:"platform"`
RepoLink string `json:"repo_link"`
FailedReason string `json:"failed_reason"`
}
func NewCodePushedEvent ¶
func NewCodePushedEvent(pkgId, link string) CodePushedEvent
func (*CodePushedEvent) Message ¶
func (e *CodePushedEvent) Message() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.