Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RollbackRequest ¶
type TagRequest ¶
type TagRequest struct { Type TagRequestType `json:"type,omitempty"` Tag string `json:"tag,omitempty"` Sha string `json:"sha,omitempty"` Author string `json:"author,omitempty"` Email string `json:"email,omitempty"` }
type TagRequestType ¶
type TagRequestType string
const ( TagCreate TagRequestType = "create" TagDelete TagRequestType = "delete" )
Click to show internal directories.
Click to hide internal directories.