pcm-coordinator/pkg/helper/nacos/vo/nacos_group.go

6 lines
82 B
Go

package vo
type NacosGroupList struct {
GroupName []string `json:"groupName"`
}