Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Operation ¶
type Operation struct {
ID string `json:"id"`
Path string `json:"path"`
Done bool `json:"done"`
Error map[string]any `json:"error"`
Response any `json:"response"`
CreateTime string `json:"create_time"`
}
Operation represents a long-running operation.
Click to show internal directories.
Click to hide internal directories.