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

7 lines
321 B
Go

package app
// Runtime helpers for SingBox profiles are split by role:
// - profile/client selection: transport_singbox_profiles_runtime_select.go
// - preflight/render/write path: transport_singbox_profiles_runtime_prepare.go
// - backend provision/start/restart/apply flow: transport_singbox_profiles_runtime_apply.go