MCPcopy
hub / github.com/IceWhaleTech/CasaOS / Info

Struct Info

drivers/onedrive/meta.go:45–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type 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
58var config = driver.Config{
59 Name: "Onedrive",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected