| 1 | package controller |
| 2 | |
| 3 | type Response struct { |
| 4 | StatusCode int32 `json:"status_code"` |
| 5 | StatusMsg string `json:"status_msg,omitempty"` |
| 6 | } |
| 7 | |
| 8 | type Video struct { |
| 9 | Id int64 `json:"id,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected