Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backup ¶
type Backup struct {
// contains filtered or unexported fields
}
type BackupResp ¶
type BackupResp struct { Result `json:",inline"` Data Object `json:"data"` Count int `json:"count"` HasNext bool `json:"hasNext"` }
BackupResp is the response of export.
type ImportResp ¶
type ImportResp struct{}
Click to show internal directories.
Click to hide internal directories.