1 Star 0 Fork 0

窦春荣 / pulsar-admin-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
model_failure_domain.go 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
douchunrong 提交于 2021-09-18 16:07 . 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
// The data of a failure domain configuration in a cluster
type FailureDomain struct {
// The collection of brokers in the same failure domain
Brokers []string `json:"brokers,omitempty"`
}
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

搜索帮助