package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jul 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
WriteLineComment writes a single review line on a file of the bitbucket PR
WriteMultiLineComment writes a multiline review on a file in the bitbucket PR
type Body struct {
Content Content `json:"content,omitempty"`
Inline Inline `json:"inline,omitempty"`
}
type Content struct {
Raw string `json:"raw,omitempty"`
}
type Inline struct {
From int `json:"from,omitempty"`
To int `json:"to,omitempty"`
Path string `json:"path,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.