1 Star 0 Fork 0

窦春荣 / pulsar-admin-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
model_cluster_data.go 837 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 configuration data for a cluster
type ClusterData struct {
// The HTTP rest service URL (for admin operations)
ServiceUrl string `json:"serviceUrl,omitempty"`
// The HTTPS rest service URL (for admin operations)
ServiceUrlTls string `json:"serviceUrlTls,omitempty"`
// The broker service url (for produce and consume operations)
BrokerServiceUrl string `json:"brokerServiceUrl,omitempty"`
// The secured broker service url (for produce and consume operations)
BrokerServiceUrlTls string `json:"brokerServiceUrlTls,omitempty"`
// A set of peer cluster names
PeerClusterNames []string `json:"peerClusterNames,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

搜索帮助