Skip to content

Commit 0fe6918

Browse files
authored
Update assembly.go to include "cost" value for files (#41)
1 parent 4be8718 commit 0fe6918

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assembly.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ type FileInfo struct {
138138
URL string `json:"url"`
139139
SSLURL string `json:"ssl_url"`
140140
Meta map[string]interface{} `json:"meta"`
141+
Cost int `json:"cost"`
141142
}
142143

143144
// Integer is a warpper around a normal int but has softer JSON parsing requirements.

0 commit comments

Comments
 (0)