mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 07:12:25 -05:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
|
|
@ -168,8 +168,8 @@ func (s *inMemStorage) Remove(key string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (s *inMemStorage) WalkKeys(opts *storage.WalkKeysOptions) error {
|
||||
if opts == nil || opts.WalkFn == nil {
|
||||
func (s *inMemStorage) WalkKeys(opts storage.WalkKeysOptions) error {
|
||||
if opts.WalkFn == nil {
|
||||
return errors.New("invalid walkfn")
|
||||
}
|
||||
for key := range s.storage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue