Documentation
¶
Index ¶
- type ApproveObjectRequest
- type BulkGetObjectRequest
- type CreateObjectResponse
- type CreateRefObjectRequest
- type DeleteObjectRequest
- type DeleteRefObjectRequest
- type EditRefObjectRequest
- type GetObjectRequest
- type GetRefObjectRequest
- type QueryObjectRequest
- type QueryObjectResponse
- type QueryRefObjectRequest
- type QueryRefObjectResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApproveObjectRequest ¶
type ApproveObjectRequest struct {
Id int64 `json:"id"`
}
type BulkGetObjectRequest ¶
type BulkGetObjectRequest struct {
Ids []int64 `json:"ids"`
}
type CreateObjectResponse ¶
type CreateObjectResponse struct {
Id int64 `json:"id"`
}
type CreateRefObjectRequest ¶
type DeleteObjectRequest ¶
type DeleteObjectRequest struct {
Id int64 `json:"id"`
}
type DeleteRefObjectRequest ¶
type EditRefObjectRequest ¶
type GetObjectRequest ¶
type GetObjectRequest struct {
Id int64 `json:"id"`
}
type GetRefObjectRequest ¶
type QueryObjectRequest ¶
type QueryObjectResponse ¶
type QueryRefObjectRequest ¶
type QueryRefObjectResponse ¶
Click to show internal directories.
Click to hide internal directories.