@@ -1,6 +1,6 @@
package db
type Db interface {
type DB interface {
Get([]byte) []byte
Set([]byte, []byte)
}
The note is not visible to the blocked user.