Logo
Explore Help
Sign In
TheArchive/headscale
1
0
Fork 0
You've already forked headscale
mirror of https://github.com/juanfont/headscale.git synced 2025-05-09 17:06:52 +00:00
Code Issues Packages Projects Releases Wiki Activity
headscale/hscontrol/util/key.go

11 lines
145 B
Go
Raw Normal View History

create DB struct This is step one in detaching the Database layer from Headscale (h). The ultimate goal is to have all function that does database operations in its own package, and keep the business logic and writing separate. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2023-05-11 09:09:18 +02:00
package util
import (
"errors"
)
var (
ErrCannotDecryptResponse = errors.New("cannot decrypt response")
remove the use key stripping and store the proper keys (#1603)
2023-11-16 17:55:29 +01:00
ZstdCompression = "zstd"
create DB struct This is step one in detaching the Database layer from Headscale (h). The ultimate goal is to have all function that does database operations in its own package, and keep the business logic and writing separate. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2023-05-11 09:09:18 +02:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 146ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API