Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AssetFS embed.FS
View Source
var AssetPathURI = "/v1/api/endly/asset/{ProjectID}"
Functions ¶
Types ¶
type AssetInput ¶
type AssetInput struct { ProjectID string `parameter:",kind=path,in=ProjectID" predicate:"exists,group=0,a,WORKFLOW_ID,w,WORKFLOW,SessionID,PROJECT_ID"` ID []string `parameter:",kind=form,in=id" predicate:"in,group=0,a,SessionID"` WorkflowID string `parameter:",kind=form,in=wid" predicate:"equal,group=0,a,WORKFLOW_ID"` Has *AssetInputHas `setMarker:"true" format:"-" sqlx:"-" diff:"-"` }
type AssetInputHas ¶
type AssetOutput ¶
type AssetView ¶
type AssetView struct { Id string `sqlx:"SessionID"` Location string `sqlx:"LOCATION"` Description *string `sqlx:"DESCRIPTION"` WorkflowId string `sqlx:"WORKFLOW_ID"` IsDir *int `sqlx:"IS_DIR"` Template *string `sqlx:"TEMPLATE"` InstanceIndex *int `sqlx:"INSTANCE_INDEX"` InstanceTag *string `sqlx:"INSTANCE_TAG"` Position *int `sqlx:"POSITION"` Source *string `sqlx:"SOURCE"` Format *string `sqlx:"FORMAT"` Codec *string `sqlx:"CODEC"` }
Click to show internal directories.
Click to hide internal directories.