Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ProviderID ...
ProviderID = "assembla"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitEventModel ¶
type GitEventModel struct { RepositorySuffix string `json:"repository_suffix"` RepositoryURL string `json:"repository_url"` Branch string `json:"branch"` CommitID string `json:"commit_id"` }
GitEventModel ...
type HookProvider ¶
type HookProvider struct{}
HookProvider ...
func (HookProvider) TransformRequest ¶
func (hp HookProvider) TransformRequest(r *http.Request) hookCommon.TransformResultModel
TransformRequest ...
type MessageEventModel ¶
type MessageEventModel struct { Title string `json:"title"` Body string `json:"body"` Author string `json:"author"` }
MessageEventModel ...
type PushEventModel ¶
type PushEventModel struct { SpaceEventModel SpaceEventModel `json:"assembla"` MessageEventModel MessageEventModel `json:"message"` GitEventModel GitEventModel `json:"git"` }
PushEventModel ...
type SpaceEventModel ¶
type SpaceEventModel struct { Space string `json:"space"` Action string `json:"action"` Object string `json:"object"` }
SpaceEventModel ...
Click to show internal directories.
Click to hide internal directories.