package
Version:
v0.0.0-...-ceada53
Opens a new window with list of versions in this module.
Published: Apr 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Activity []string `json:"activity"`
StatusID string `json:"statusId"`
CurrentActivity string `json:"currentActivity"`
Status string `json:"status"`
}
type OperationInProgressError struct{}
type Status struct {
Validation Data `json:"validation"`
Data []Data `json:"data"`
Summary Summary `json:"summary"`
}
type Summary struct {
Action string `json:"action"`
Name string `json:"name"`
StartTime string `json:"startTime"`
EndTime string `json:"endTime"`
Status string `json:"status"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.