Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Azure ¶
func (*Azure) RemovePreviousAquaComments ¶ added in v0.5.0
func (*Azure) WriteLineComment ¶
WriteLineComment writes a single review line on a file of the azure PR
type Body ¶
type Body struct { Comments []Comment `json:"comments,omitempty"` Status int `json:"status,omitempty"` ThreadContext ThreadContext `json:"threadContext,omitempty"` }
type LineStruct ¶
type ThreadContext ¶
type ThreadContext struct { FilePath string `json:"filePath,omitempty"` RightFileEnd LineStruct `json:"rightFileEnd,omitempty"` RightFileStart LineStruct `json:"rightFileStart,omitempty"` }
type ThreadsResponse ¶ added in v0.5.0
type ThreadsResponse struct {
Threads []Thread `json:"value,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.