chore(constants): add internal/provider/privateinternetacess/presets package

This commit is contained in:
Quentin McGaw
2022-05-07 19:03:38 +00:00
parent e3696f1eea
commit 306de8feda
6 changed files with 20 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
package presets
const (
None = "none"
Normal = "normal"
Strong = "strong"
)