Documentation
¶
Index ¶
- Constants
- type Branch
- type CodeItem
- type CodeSearchResponse
- type Comment
- type Comments
- type Commit
- type Configuration_Source
- type Content
- type ContentMatch
- type File
- type FileMetaResponse
- type Inline
- type Line
- type Link
- type Links
- type Participant
- type PathMatch
- type Pipeline
- type PipelineError
- type PipelineResult
- type PipelineState
- type Pipelines
- type Pullrequest
- type Pullrequests
- type Rendered
- type Repositories
- type Repository
- type Segment
- type Source
- type TextElem
- type Type
- type User
Constants ¶
View Source
const (
NoResults = "No results"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeItem ¶
type CodeItem struct { File File Type string Content_matches []ContentMatch Patch_matches []PathMatch Content_match_count int }
type CodeSearchResponse ¶
type Configuration_Source ¶
type ContentMatch ¶
type ContentMatch struct {
Lines []Line
}
type FileMetaResponse ¶
type Pipeline ¶
type Pipeline struct { Target Branch Links Links State PipelineState Creator User Type string UUID string Created_On string Completed_On string Configuration_Sources []Configuration_Source Repository Repository Build_Number int Build_Seconds_Used int }
type PipelineError ¶
type PipelineResult ¶
type PipelineResult struct { Name string Type string Error PipelineError }
type PipelineState ¶
type PipelineState struct { Name string Type string Result PipelineResult }
type Pullrequest ¶
type Pullrequest struct { Merge_Commit Commit Links Links Rendered Rendered Author User Summary TextElem Closed_By Type State string Updated_On string Title string Reason string Created_On string Comments Comments Participants []Participant Reviewers []User Source Source Comment_Count int Task_Count int Id int Close_Source_Branch bool }
type Pullrequests ¶
type Pullrequests struct { Previous string Next string Values []Pullrequest Size int Page int }
type Repositories ¶
type Repositories struct { Previous string Next string Values []Repository Size int Page int }
type Repository ¶
type Source ¶
type Source struct { Branch Branch Commit Commit Repository Repository }
Click to show internal directories.
Click to hide internal directories.