github.com/distribution/reference
github.com/distribution/reference
v0.6.0
go 1.20
2 个版本
安装
go get github.com/distribution/reference
import "github.com/distribution/reference"
相关教程
Android DataStore 替代 SharedPreferences
Jetpack DataStore 用协程和 Flow 非阻塞访问类型安全。Preferences DataStore 存键值对Proto DataStore 存类型化对象。替代 SharedPreferences。本文迁移到 DataStore。
移动端安全存储:Keychain 与 EncryptedSharedPreferences
使用平台原生安全机制加密存储令牌、密码等敏感数据。
DataStore:替代 SharedPreferences 的异步存储
使用 Preferences DataStore 或 Proto DataStore 存储键值对或结构化数据。