mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Clean
This commit is contained in:
parent
2b1d92429a
commit
ca6904fc95
1 changed files with 1 additions and 0 deletions
1
db.go
1
db.go
|
@ -9,6 +9,7 @@ import (
|
||||||
|
|
||||||
const dbVersion = "1"
|
const dbVersion = "1"
|
||||||
|
|
||||||
|
// KV is a key-value store in a psql table. For future use...
|
||||||
type KV struct {
|
type KV struct {
|
||||||
Key string
|
Key string
|
||||||
Value string
|
Value string
|
||||||
|
|
Loading…
Reference in a new issue