1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-02-01 00:20:14 +01:00
This commit is contained in:
Juan Font Alonso 2021-02-23 20:11:30 +01:00
parent 2b1d92429a
commit ca6904fc95

1
db.go
View File

@ -9,6 +9,7 @@ import (
const dbVersion = "1"
// KV is a key-value store in a psql table. For future use...
type KV struct {
Key string
Value string