no blob response

This commit is contained in:
Michael Yang
2023-11-15 13:55:37 -08:00
parent 71d71d0988
commit bc22d5a38b
2 changed files with 2 additions and 6 deletions

View File

@@ -105,10 +105,6 @@ type CreateRequest struct {
Stream *bool `json:"stream,omitempty"`
}
type CreateBlobResponse struct {
Path string `json:"path"`
}
type DeleteRequest struct {
Name string `json:"name"`
}