1 Star 0 Fork 0

窦春荣/pulsar-admin-go

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_pool_subpage_stats.go 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
douchunrong 提交于 2021-09-18 16:07 +08:00 . feat: update mod
/*
* Pulsar Admin REST API
*
* This provides the REST API for admin operations
*
* API version: v2
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package pulsar_admin
type PoolSubpageStats struct {
MaxNumElements int32 `json:"maxNumElements,omitempty"`
NumAvailable int32 `json:"numAvailable,omitempty"`
ElementSize int32 `json:"elementSize,omitempty"`
PageSize int32 `json:"pageSize,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/douchunrong/pulsar-admin-go.git
git@gitee.com:douchunrong/pulsar-admin-go.git
douchunrong
pulsar-admin-go
pulsar-admin-go
8dc8e08f1d52

搜索帮助