list

package
v0.1.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const PathURI = "/v1/api/forge/reporting/shared-artifact/list"

Variables

Functions

func DefineComponent

func DefineComponent(ctx context.Context, srv *datly.Service, connectorRef string) error

Types

type Input

type Input struct {
	OwnerID     string    `parameter:",kind=query,in=ownerId" predicate:"equal,group=0,r,owner_id"`
	ArtifactRef string    `parameter:",kind=query,in=artifactRef" predicate:"equal,group=0,r,artifact_ref"`
	ReportID    string    `parameter:",kind=query,in=reportId" predicate:"equal,group=0,r,report_id"`
	Kind        string    `parameter:",kind=query,in=kind" predicate:"equal,group=0,r,kind"`
	Lifecycle   string    `parameter:",kind=query,in=lifecycle" predicate:"equal,group=0,r,lifecycle"`
	Has         *InputHas `setMarker:"true" format:"-" sqlx:"-" diff:"-" json:"-"`
}

func (*Input) EmbedFS

func (i *Input) EmbedFS() *embed.FS

type InputHas

type InputHas struct {
	OwnerID     bool
	ArtifactRef bool
	ReportID    bool
	Kind        bool
	Lifecycle   bool
}

type Output

type Output struct {
	response.Status `parameter:",kind=output,in=status" json:",omitempty"`
	Data            []*forgereport.SharedArtifact `` /* 147-byte string literal not displayed */
	Metrics         response.Metrics              `parameter:",kind=output,in=metrics"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL