Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetResourceHandler ¶
handlerType : resources폴더의 xxxHandler.go에서 Handler이전까지의 문자열 (예) ImageHandler.go -> "Image"
Types ¶
type Config ¶
type Config struct { Tencent struct { SecretId string `yaml:"tencent_secret_id"` SecretKey string `yaml:"tencent_secret_key"` Region string `yaml:"region"` Zone string `yaml:"zone"` } `yaml:"tencent"` }
환경 설정 파일
func ReadConfigFile ¶
func ReadConfigFile() Config
환경 설정 파일 읽기 환경변수 CBSPIDER_PATH 설정 후 해당 폴더 하위에 /config/configTencent.yaml 파일 생성해야 함.
Click to show internal directories.
Click to hide internal directories.