mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 01:20:58 +01:00
This is a massive commit that restructures the code into modules:
db/
All functions related to modifying the Database
types/
All type definitions and methods that can be exclusivly used on
these types without dependencies
policy/
All Policy related code, now without dependencies on the Database.
policy/matcher/
Dedicated code to match machines in a list of FilterRules
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
|
||
|---|---|---|
| .. | ||
| db | ||
| policy | ||
| templates | ||
| types | ||
| util | ||
| api_common.go | ||
| api.go | ||
| app.go | ||
| config.go | ||
| derp_server.go | ||
| derp.go | ||
| dns_test.go | ||
| dns.go | ||
| grpcv1_test.go | ||
| grpcv1.go | ||
| handler_legacy.go | ||
| handler_placeholder.go | ||
| metrics.go | ||
| noise.go | ||
| oidc.go | ||
| platform_config.go | ||
| protocol_common_poll.go | ||
| protocol_common_utils.go | ||
| protocol_common.go | ||
| protocol_legacy_poll.go | ||
| protocol_legacy.go | ||
| protocol_noise_poll.go | ||
| protocol_noise.go | ||
| suite_test.go | ||