micromdm / nanodep

NanoDEP is a set of tools and a Go library powering them for communicating with Apple's Device Enrollment Program (DEP) API servers.
MIT License
33 stars 12 forks source link

new inmem and filekv storage backends #68

Closed jessepeterson closed 3 weeks ago

jessepeterson commented 3 months ago

Implements a NanoLIB kv-compatible storage backend which then backs the new inmem and filekv backends. The existing file backend is deprecated. See the operations guide changes for further guidance.