authenticator_json.go 156 B

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