We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be8718 commit 0fe6918Copy full SHA for 0fe6918
1 file changed
assembly.go
@@ -138,6 +138,7 @@ type FileInfo struct {
138
URL string `json:"url"`
139
SSLURL string `json:"ssl_url"`
140
Meta map[string]interface{} `json:"meta"`
141
+ Cost int `json:"cost"`
142
}
143
144
// Integer is a warpper around a normal int but has softer JSON parsing requirements.
0 commit comments