Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDashboard ¶ added in v0.3.0
type CreateDashboard struct { AppID uuid.UUID `json:"app_id"` Name string `json:"name"` Description string `json:"description"` }
CreateDashboard represents the data to create a Dashboard
type GetRunMetric ¶ added in v0.3.0
GetRunMetric is one element of GetRunMetricsRequest
type GetRunMetrics ¶ added in v0.3.0
type GetRunMetrics []GetRunMetric
GetRunMetrics is a request struct for `POST /runs/:id/metric/get-batch`
type UpdateDashboard ¶ added in v0.3.0
UpdateDashboard represents the data to update a Dashboard
type UpdateRunRequest ¶ added in v0.3.0
type UpdateRunRequest struct { RunID *string `json:"run_id"` RunUUID *string `json:"run_uuid"` Name *string `json:"run_name"` Description *string `json:"description"` Status *string `json:"status"` EndTime *int64 `json:"end_time"` Archived *bool `json:"archived"` }
UpdateRunRequest is a request struct for `PUT /runs/:id` endpoint.
Click to show internal directories.
Click to hide internal directories.