Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Azure ¶
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"` LeftFileEnd LineStruct `json:"leftFileEnd,omitempty"` LeftFileStart LineStruct `json:"leftFileStart,omitempty"` }
Click to show internal directories.
Click to hide internal directories.