| 1 | package subscribe_dto |
| 2 | |
| 3 | type AddSubscriber struct { |
| 4 | Application string `json:"application" aocheck:"service"` |
| 5 | //Applier string `json:"applier" aocheck:"user"` |
| 6 | //Cluster []string `json:"partition" aocheck:"partition"` |
| 7 | } |
| 8 | |
| 9 | type Approve struct { |
| 10 | //Cluster []string `json:"partition" aocheck:"partition"` |
nothing calls this directly
no outgoing calls
no test coverage detected