package
Version:
v0.17.4
Opens a new window with list of versions in this module.
Published: Feb 15, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Context struct {
Project string `json:"project"`
Repository string `json:"repository"`
Branch string `json:"branch"`
ThreadTs string `json:"thread_ts"`
}
type Request struct {
Language string `json:"language"`
RunAt string `json:"runAt"`
Build int `json:"build"`
Analyser map[string]any `json:"analyser"`
Context Context `json:"context"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.