headscale/cmd
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
..
build-docker-img trim dockerfiles, script to rebuild test images (#1403) 2023-05-02 10:51:30 +01:00
gh-action-integration-generator port reminder of integrationv1 test to v2 2023-05-10 20:47:51 +02:00
headscale Split code into modules 2023-05-26 12:24:50 +02:00