platform: modularize api/gui, add docs-tests-web foundation, and refresh root config
This commit is contained in:
12
selective-vpn-api/app/transport_tokens_state_paths.go
Normal file
12
selective-vpn-api/app/transport_tokens_state_paths.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package app
|
||||
|
||||
var (
|
||||
transportClientsStatePath = transportClientsPath
|
||||
transportInterfacesStatePath = transportInterfacesPath
|
||||
transportPolicyStatePath = transportPolicyPath
|
||||
transportPolicySnapshotPath = transportPolicySnap
|
||||
transportPolicyPlanStatePath = transportPolicyPlanPath
|
||||
transportOwnershipStatePath = transportOwnershipPath
|
||||
transportConflictsStatePath = transportConflictsPath
|
||||
transportPolicyIdempotencyStatePath = stateDir + "/transport-policy-idempotency.json"
|
||||
)
|
||||
Reference in New Issue
Block a user