mirror of
https://github.com/regclient/regclient.git
synced 2025-07-29 09:01:11 +03:00
Refactoring packages under types
Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
7
types/blob/blob.go
Normal file
7
types/blob/blob.go
Normal file
@ -0,0 +1,7 @@
|
||||
package blob
|
||||
|
||||
// Blob interface is used for returning blobs
|
||||
type Blob interface {
|
||||
Common
|
||||
RawBody() ([]byte, error)
|
||||
}
|
Reference in New Issue
Block a user