mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
feat: impl upload service
This commit is contained in:
@@ -2,6 +2,13 @@ package blob
|
||||
|
||||
type Key string
|
||||
|
||||
type KeyMode int
|
||||
|
||||
const (
|
||||
KeyModeStable KeyMode = iota
|
||||
KeyModeDerived
|
||||
)
|
||||
|
||||
func (k Key) IsNil() bool {
|
||||
return k == ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user