| 43 | } |
| 44 | |
| 45 | type Info struct { |
| 46 | CreatedBy struct { |
| 47 | User struct { |
| 48 | Email string `json:"email"` |
| 49 | DisplayName string `json:"displayName"` |
| 50 | } `json:"user"` |
| 51 | } `json:"createdBy"` |
| 52 | ParentReference struct { |
| 53 | DriveID string `json:"driveId"` |
| 54 | DriveType string `json:"driveType"` |
| 55 | } `json:"parentReference"` |
| 56 | } |
| 57 | |
| 58 | var config = driver.Config{ |
| 59 | Name: "Onedrive", |
nothing calls this directly
no outgoing calls
no test coverage detected