Remove unused struct
This commit is contained in:
parent
72452ee2fa
commit
2131a54e64
|
@ -18,9 +18,3 @@ type BulkData struct {
|
|||
ContentType string `json:"content_type"`
|
||||
ContentEncoding string `json:"content_encoding"`
|
||||
}
|
||||
|
||||
type BulkDataList struct {
|
||||
Object string `json:"object"`
|
||||
HasMore bool `json:"has_more"`
|
||||
Data []BulkData `json:"data"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue