authenticator_json.go 143 B

123456789
  1. // +build json
  2. package internet
  3. import "v2ray.com/core/common/loader"
  4. func init() {
  5. configCache = loader.NewJSONConfigLoader("type", "")
  6. }