| 25 | } |
| 26 | |
| 27 | type folder struct { |
| 28 | FolderID string `json:"folder_id"` |
| 29 | FolderName string `json:"folder_name"` |
| 30 | } |
| 31 | |
| 32 | // TableName ... |
| 33 | func (application) TableName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected