Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AssetFS embed.FS
View Source
var AssetPathURI = "/v1/api/endly/workflow/asset/{WorkflowID}"
Functions ¶
This section is empty.
Types ¶
type AssetInput ¶
type AssetInput struct { WorkflowID string `parameter:",kind=path,in=workflowID"` ID []string `parameter:",kind=form,in=id" predicate:"in,group=0,w,SessionID"` 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.