Files
elmprodvpn/selective-vpn-api/app/transport_tokens_state_paths.go

13 lines
536 B
Go

package app
var (
transportClientsStatePath = transportClientsPath
transportInterfacesStatePath = transportInterfacesPath
transportPolicyStatePath = transportPolicyPath
transportPolicySnapshotPath = transportPolicySnap
transportPolicyPlanStatePath = transportPolicyPlanPath
transportOwnershipStatePath = transportOwnershipPath
transportConflictsStatePath = transportConflictsPath
transportPolicyIdempotencyStatePath = stateDir + "/transport-policy-idempotency.json"
)