| 160 | } |
| 161 | |
| 162 | type Metadata struct { |
| 163 | Name string `json:"name"` |
| 164 | Description string `json:"description"` |
| 165 | Required bool `json:"required"` |
| 166 | Type string `json:"type"` |
| 167 | Default string `json:"default,omitempty"` |
| 168 | } |
nothing calls this directly
no outgoing calls
no test coverage detected