Documentation
¶
Index ¶
Constants ¶
View Source
const PathURI = "/v1/api/forge/reporting/shared-artifact"
Variables ¶
View Source
var FS embed.FS
Functions ¶
func DefineComponent ¶
Types ¶
type Input ¶
type Input struct {
Artifact *forgereport.SharedArtifact `parameter:",kind=body,in=data"`
}
type Output ¶
type Output struct {
response.Status `parameter:",kind=output,in=status" anonymous:"true"`
Data *forgereport.SharedArtifact `parameter:",kind=body"`
}
Click to show internal directories.
Click to hide internal directories.