| 31 | ) |
| 32 | |
| 33 | type ServerResourceResponse struct { |
| 34 | Code int `json:"code"` |
| 35 | Data struct { |
| 36 | ResmartideResource ServerResource `json:"resmartideResources"` |
| 37 | } `json:"data"` |
| 38 | Msg string `json:"msg"` |
| 39 | } |
| 40 | |
| 41 | type ServerResource struct { |
| 42 | ID int `json:"ID" gorm:"comment:ID"` |
nothing calls this directly
no outgoing calls
no test coverage detected