You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

models.go 277 B

1234567891011
  1. package imsdk
  2. const (
  3. EnvPackageList = "IMFS_PACKAGE_LIST"
  4. EnvServiceAddress = "IMFS_SERVICE_ADDRESS"
  5. EnvLocalJobID = "LOCAL_JOB_ID"
  6. EnvJobsetID = "JOBSET_ID"
  7. EnvClientServiceList = "CLENT_SERVICE_LIST"
  8. EnvServerServiceList = "SERVER_SERVICE_LIST"
  9. )