mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
14 lines
375 B
Go
14 lines
375 B
Go
package subscribe_dto
|
|
|
|
type AddSubscriber struct {
|
|
Application string `json:"application" aocheck:"service"`
|
|
//Applier string `json:"applier" aocheck:"user"`
|
|
//Cluster []string `json:"partition" aocheck:"partition"`
|
|
}
|
|
|
|
type Approve struct {
|
|
//Cluster []string `json:"partition" aocheck:"partition"`
|
|
Opinion string `json:"opinion"`
|
|
Operate string `json:"operate"`
|
|
}
|