package config type TencentEss struct { SecretId string `ini:"secretId"` SecretKey string `ini:"secretKey"` Appid string `ini:"appid"` OrganizationName string `ini:"organizationName"` ProxyAppId string `ini:"proxyAppId"` ProxyOrganizationOpenId string `ini:"proxyOrganizationOpenId"` ProxyOperatorOpenId string `ini:"proxyOperatorOpenId"` EndPoint string `ini:"endPoint"` FileServiceEndPoint string `ini:"fileServiceEndPoint"` CallbackUrl string `ini:"callbackUrl"` }