Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct {
Build_id float64
Build_status string
Build_started_at string
Build_finished_at string
Project_id float64
Project_name string
Gitlab_url string
Ref string
Sha string
Before_sha string
Push_data Push_Data
}
Stuctures of a build
type Merge ¶
type Merge struct {
Object_kind string
Object_attributes Object_attributes
}
Stuctures of a merge
type Object_attributes ¶
type Object_attributes struct {
Id float64
Target_branch string
Source_branch string
Source_project_id float64
Author_id float64
Assignee_id float64
Title string
Created_at string
Updated_at string
St_commits float64
St_diffs float64
Milestone_id float64
State string
Merge_status string
Target_project_id float64
Iid float64
Description string
Source Branche
Target Branche
Last_commit Commit
}
type Push ¶
type Push struct {
Before string
After string
Ref string
User_id float64
User_name string
Project_id float64
Repository Repository
Commits []Commit
Total_commits_count float64
}
Stuctures of a push
Click to show internal directories.
Click to hide internal directories.