package run_log type RunLogRepository interface { Log(log *RunLog) LogOrderInfo(orderNo string, info string, remark ...string) LogPaymentInfo(orderNo string, info string, remark ...string) }