change docstring formating
This commit is contained in:
@@ -6,4 +6,5 @@ type IDatastore interface {
|
||||
Get(key string) (string, error)
|
||||
GetAll() (map[string]string, error)
|
||||
GetAllKeys() (map[string]bool, error)
|
||||
Delete(key string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user