mirror of
https://github.com/micromdm/micromdm/
synced 2026-07-28 12:15:42 +08:00
Initial structure for database clients. Exposes a user package with SQLite and PostgreSQL implementations.
6 lines
51 B
Go
6 lines
51 B
Go
// +build test
|
|
|
|
package user
|
|
|
|
const scryptCost = 2
|