1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00
juanfont.headscale/cmd/headscale/cli
Kristoffer Dalby 14e29a7bee 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-26 12:24:50 +02:00
..
api_key.go create DB struct 2023-05-26 12:24:50 +02:00
configtest.go Fix various linting issues + golang-lint upgrade (#1245) 2023-03-03 18:22:47 +01:00
debug.go create DB struct 2023-05-26 12:24:50 +02:00
dump_config.go add integration test for headscale -c 2022-06-05 23:13:58 +08:00
generate.go feat(aliases): add 'gen' alias for 'generate' command 2022-03-02 14:29:33 +10:00
mockoidc.go oidc: add test for expiring nodes after token expiration 2023-01-04 09:23:52 +01:00
nodes.go create DB struct 2023-05-26 12:24:50 +02:00
preauthkeys.go Mark -n and --namespace as deprecated 2023-01-26 10:22:38 +01:00
pterm_style.go Fix lint 2022-02-12 19:42:55 +00:00
root.go update dependency path for cmd 2023-05-10 20:47:51 +02:00
routes.go update dependency path for cmd 2023-05-10 20:47:51 +02:00
server.go Rename one char var 2022-06-05 17:52:28 +02:00
users.go create DB struct 2023-05-26 12:24:50 +02:00
utils.go create DB struct 2023-05-26 12:24:50 +02:00
version.go Use new json wrapper for version command 2021-11-04 22:41:55 +00:00