Discover Packages
github.com/aquasecurity/go-git-pr-commenter
pkg
commenter
bitbucket
package
Version:
v0.8.14-mor-1
Opens a new window with list of versions in this module.
Published: Jan 5, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
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 CommentsResponse struct {
}
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"`
}
type Value struct {
Id int `json:"id,omitempty"`
Deleted bool `json:"deleted,omitempty"`
Content Content `json:"content,omitempty"`
Inline Inline `json:"inline,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.