mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-23 02:24:10 +00:00
db: remove unused KV struct
The KV struct was marked as "For future use" with a TODO asking if it's used anywhere. It was never used and can be safely removed.
This commit is contained in:
parent
3bf01d4cee
commit
96ccacaae2
1 changed files with 0 additions and 7 deletions
|
|
@ -46,13 +46,6 @@ const (
|
|||
contextTimeoutSecs = 10
|
||||
)
|
||||
|
||||
// KV is a key-value store in a psql table. For future use...
|
||||
// TODO(kradalby): Is this used for anything?
|
||||
type KV struct {
|
||||
Key string
|
||||
Value string
|
||||
}
|
||||
|
||||
type HSDatabase struct {
|
||||
DB *gorm.DB
|
||||
cfg *types.Config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue