MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / AddSubscriber

Struct AddSubscriber

module/subscribe/dto/input.go:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package subscribe_dto
2
3type 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
9type Approve struct {
10 //Cluster []string `json:"partition" aocheck:"partition"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected