Documentation ¶
Index ¶
- type BackendConfig
- type BackendLogs
- type CallCaching
- type CallCachingData
- type CallItem
- type CallItemSet
- type Config
- type Database
- type Docker
- type Engine
- type ErrorResponse
- type ExecutionEvents
- type Failure
- type Filesystems
- type GcsFilesystem
- type Label
- type LocalFilesystem
- type MetadataResponse
- type MetadataTableResponse
- type OutputsResponse
- type ParamsMetadataGet
- type ParamsQueryGet
- type ParsedCallAttributes
- type ProviderConfig
- type ProviderSettings
- type QueryResponse
- type QueryResponseWorkflow
- type QueryTableResponse
- type ResourceTableResponse
- type RuntimeAttributes
- type SubmitRequest
- type SubmitResponse
- type SubmittedFiles
- type Table
- type TotalResources
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendConfig ¶
type BackendConfig struct { Default string Providers []ProviderConfig }
type BackendLogs ¶
type BackendLogs struct {
Log string
}
type CallCaching ¶
type CallCachingData ¶
type CallItem ¶
type CallItem struct { ExecutionStatus string Stdout string Stderr string Attempt int ShardIndex int Start time.Time End time.Time Labels Label MonitoringLog string CommandLine string DockerImageUsed string SubWorkflowID string SubWorkflowMetadata MetadataResponse RuntimeAttributes RuntimeAttributes CallCaching CallCachingData ExecutionEvents []ExecutionEvents BackendLogs BackendLogs }
type CallItemSet ¶
type Config ¶
type Config struct { Override bool BackendConfig BackendConfig Database Database CallCaching CallCaching Docker Docker Engine Engine }
type Engine ¶
type Engine struct {
Filesystems
}
type ErrorResponse ¶
type ExecutionEvents ¶
type Filesystems ¶
type Filesystems struct { GcsFilesystem GcsFilesystem HTTP struct{} LocalFilesystem LocalFilesystem }
type GcsFilesystem ¶
type LocalFilesystem ¶
type LocalFilesystem struct {
Localization []string
}
type MetadataResponse ¶
type MetadataTableResponse ¶
type MetadataTableResponse struct {
Metadata MetadataResponse
}
func (MetadataTableResponse) Header ¶
func (MetadataTableResponse) Header() []string
func (MetadataTableResponse) Rows ¶
func (mtr MetadataTableResponse) Rows() [][]string
type OutputsResponse ¶
type ParamsMetadataGet ¶
type ParamsQueryGet ¶
type ParamsQueryGet struct { Submission time.Time `url:"submission,omitempty" layout:"2006-01-02T15:04:05.000Z"` Start time.Time `url:"start,omitempty" layout:"2006-01-02T15:04:05.000Z"` End time.Time `url:"end,omitempty" layout:"2006-01-02T15:04:05.000Z"` Status string `url:"status,omitempty"` Name string `url:"name,omitempty"` Id string `url:"id,omitempty"` IncludeSubworkflows bool `url:"includeSubworkflows,omitempty"` }
type ParsedCallAttributes ¶
type ProviderConfig ¶
type ProviderConfig struct { Name string ActorFactor string Config ProviderSettings }
type ProviderSettings ¶
type QueryResponse ¶
type QueryResponse struct { Results []QueryResponseWorkflow TotalResultsCount int }
type QueryResponseWorkflow ¶
type QueryTableResponse ¶
type QueryTableResponse struct { Results []QueryResponseWorkflow TotalResultsCount int }
func (QueryTableResponse) Header ¶
func (QueryTableResponse) Header() []string
func (QueryTableResponse) Rows ¶
func (qtr QueryTableResponse) Rows() [][]string
type ResourceTableResponse ¶
type ResourceTableResponse struct {
Total TotalResources
}
func (ResourceTableResponse) Header ¶
func (ResourceTableResponse) Header() []string
func (ResourceTableResponse) Rows ¶
func (rtr ResourceTableResponse) Rows() [][]string
type RuntimeAttributes ¶
type SubmitRequest ¶
type SubmitResponse ¶
type SubmittedFiles ¶
type SubmittedFiles struct {
Options string
}
Click to show internal directories.
Click to hide internal directories.