data

package
v0.0.0-...-484477b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2015 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Author

type Author struct {
	Name  string
	Email string
}

type Branche

type Branche struct {
	Name             string
	Ssh_url          string
	Http_url         string
	Visibility_level float64
	Namespace        string
}

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 Commit

type Commit struct {
	Id        string
	Message   string
	Timestamp string
	Url       string
	Author    Author
}

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

type Push_Data

type Push_Data struct {
	Before              string
	After               string
	Ref                 string
	User_id             float64
	User_name           string
	Project_id          float64
	Repository          Repository
	Commits             []Commit
	Total_commits_count float64
}

type Repository

type Repository struct {
	Name        string
	Url         string
	Description string
	Homepage    string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL