io

package
v0.1.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

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 CreateRefObjectRequest[BizObject any] struct {
	Id   int64     `json:"id"`
	Item BizObject `json:"item"`
}

type DeleteObjectRequest

type DeleteObjectRequest struct {
	Id int64 `json:"id"`
}

type DeleteRefObjectRequest

type DeleteRefObjectRequest struct {
	Id     int64 `json:"id"`
	ItemId int64 `json:"itemId"`
}

type EditRefObjectRequest

type EditRefObjectRequest[BizObject any] struct {
	Id   int64     `json:"id"`
	Item BizObject `json:"item"`
}

type GetObjectRequest

type GetObjectRequest struct {
	Id int64 `json:"id"`
}

type GetRefObjectRequest

type GetRefObjectRequest struct {
	Id     int64 `json:"id"`
	ItemId int64 `json:"itemId"`
}

type QueryObjectRequest

type QueryObjectRequest struct {
	Filters map[string]any      `json:"filters"`
	List    *protobuf.ListParam `json:"list"`
}

type QueryObjectResponse

type QueryObjectResponse[BizObject any] struct {
	Total int64       `json:"total"`
	Items []BizObject `json:"items"`
}

type QueryRefObjectRequest

type QueryRefObjectRequest struct {
	Id      int64               `json:"id"`
	Filters map[string]any      `json:"filters"`
	List    *protobuf.ListParam `json:"list"`
}

type QueryRefObjectResponse

type QueryRefObjectResponse[BizObject any] struct {
	Total int64       `json:"total"`
	Items []BizObject `json:"items"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL