You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tka
Tom DNetto cca25f6107 tka: implement Chonk type & an in-memory implementation
Chonks are responsible for efficient storage of AUMs and other TKA state.

For testing/prototyping I've implemented an in-memory version, but once we
start to use this from tailscaled we'll need a file-based version.

Signed-off-by: Tom DNetto <tom@tailscale.com>
2 years ago
..
aum.go tka: implement State and applying AUMs 2 years ago
aum_test.go tka: implement State and applying AUMs 2 years ago
key.go tka: implement State and applying AUMs 2 years ago
key_test.go tka: implement AUM and Key types 2 years ago
state.go tka: implement State and applying AUMs 2 years ago
state_test.go tka: implement State and applying AUMs 2 years ago
tailchonk.go tka: implement Chonk type & an in-memory implementation 2 years ago
tailchonk_test.go tka: implement Chonk type & an in-memory implementation 2 years ago
tka.go tka: implement AUM and Key types 2 years ago