headscale/hscontrol/policy
Kristoffer Dalby feb15365b5 Split code into modules
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>
2023-05-26 12:24:50 +02:00
..
matcher Split code into modules 2023-05-26 12:24:50 +02:00
acls.go Split code into modules 2023-05-26 12:24:50 +02:00
acls_test.go Split code into modules 2023-05-26 12:24:50 +02:00
acls_types.go Split code into modules 2023-05-26 12:24:50 +02:00