mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 11:43:02 +00:00
refactor: improve mmkv logic
This commit is contained in:
13
algo/qmc/key_mmkv_loader_default.go
Normal file
13
algo/qmc/key_mmkv_loader_default.go
Normal file
@@ -0,0 +1,13 @@
|
||||
//go:build !darwin
|
||||
|
||||
package qmc
|
||||
|
||||
import (
|
||||
"go.uber.org/zap"
|
||||
"unlock-music.dev/cli/algo/common"
|
||||
)
|
||||
|
||||
func LoadMMKVOrDefault(path string, key string, logger *zap.Logger) (result common.QMCKeys, err error) {
|
||||
// Stub: do nothing
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user