netbird/management/server/activity
Misha Bragin 5c0b8a46f0
Add system activity tracking and event store (#636)
This PR adds system activity tracking. 
The management service records events like 
add/remove peer,  group, rule, route, etc.

The activity events are stored in the SQLite event store
and can be queried by the HTTP API.
2023-01-02 15:11:32 +01:00
..
sqlite Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
codes.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
event.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
store.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00