You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
703 B
26 lines
703 B
2 months ago
|
package common
|
||
|
|
||
|
// 全局日志打印设置
|
||
|
const (
|
||
|
ErrSpots = "ErrSpots-->"
|
||
|
ErrSecond = "ErrSecond-->"
|
||
|
ErrContract = "ErrContract-->"
|
||
|
ErrForex = "ErrForex-->"
|
||
|
ErrMoney = "ErrMoney-->"
|
||
|
ErrSharePre = "ErrSharePre-->"
|
||
|
ErrShareUs = "ErrShareUs-->"
|
||
|
ErrShareMys = "ErrShareMys-->"
|
||
|
ErrShareTha = "ErrShareTha-->"
|
||
|
ErrShareIdn = "ErrShareIdn-->"
|
||
|
ErrShareInr = "ErrShareInr-->"
|
||
|
ErrShareSgd = "ErrShareSgd-->"
|
||
|
ErrShareEur = "ErrShareEur-->"
|
||
|
ErrShareFur = "ErrShareFur-->"
|
||
|
ErrShareBrl = "ErrShareBrl-->"
|
||
|
ErrShareHkd = "ErrShareHkd-->"
|
||
|
ErrShareBlk = "ErrShareBlk-->"
|
||
|
ErrOptionInr = "ErrOptionInr-->"
|
||
|
ErrShareGbx = "ErrShareGbx-->"
|
||
|
ErrShareJpy = "ErrShareJpy-->"
|
||
|
)
|