package config type slsCfg struct { Endpoint string AccessKeyId string AccessKeySecret string ProjectName string LogStoreName string Topic string SourceIP string `toml:"sourceIp"` }