| 111 | } |
| 112 | |
| 113 | type Blob struct { |
| 114 | Type string `json:"$type"` |
| 115 | Ref Ref `json:"ref"` |
| 116 | MimeType string `json:"mimeType"` |
| 117 | Size int `json:"size"` |
| 118 | } |
| 119 | |
| 120 | type Ref struct { |
| 121 | Link string `json:"$link"` |
nothing calls this directly
no outgoing calls
no test coverage detected