add model IDs (#439)

This commit is contained in:
Patrick Devine
2023-08-28 20:50:24 -07:00
committed by GitHub
parent d3b838ce60
commit 8bbff2df98
4 changed files with 27 additions and 19 deletions

View File

@@ -96,6 +96,7 @@ type ListResponseModel struct {
Name string `json:"name"`
ModifiedAt time.Time `json:"modified_at"`
Size int `json:"size"`
Digest string `json:"digest"`
}
type TokenResponse struct {