This website requires JavaScript.
Explore
Help
Sign In
drexa
/
drive
Watch
1
Star
0
Fork
0
You've already forked drive
mirror of
https://github.com/get-drexa/drive.git
synced
2025-12-01 14:01:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c61cbe1fd82bfd66751d4bd2ed8047bbee994ca
drive
/
apps
/
backend
/
internal
/
blob
/
key.go
8 lines
77 B
Go
Raw
Normal View
History
Unescape
Escape
feat: impl fs backed blob store
2025-11-26 20:11:12 +00:00
package
blob
type
Key
string
feat: finish implementing vfs
2025-11-27 22:44:13 +00:00
func
(
k
Key
)
IsNil
(
)
bool
{
return
k
==
""
}
Reference in New Issue
Copy Permalink