text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: FC001DBInit.go package main import "tesou.io/platform/foot-parent/foot-core/launch" func main() { //生成数据库表 launch.GenTable() ////清空数据表 //launch.TruncateTable() }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FC001DBInit.go", "license": "mit", "size": 176}
### File: FC002Analy.go package main import ( "tesou.io/platform/foot-parent/foot-core/launch" ) func main() { launch.Analy(true) }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FC002Analy.go", "license": "mit", "size": 113}
### File: FC002AnalyModifyResult.go package main import ( "tesou.io/platform/foot-parent/foot-api/common/base" "tesou.io/platform/foot-parent/foot-core/common/base/service/mysql" "tesou.io/platform/foot-parent/foot-core/module/analy/service" ) func main() { base.Log.Info("-----------------------------------------...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FC002AnalyModifyResult.go", "license": "mit", "size": 581}
### File: FC002AnalyTest.go package main import ( "tesou.io/platform/foot-parent/foot-api/common/base" "tesou.io/platform/foot-parent/foot-core/common/base/service/mysql" "tesou.io/platform/foot-parent/foot-core/module/analy/service" ) func main() { //关闭SQL输出 mysql.ShowSQL(false) base.Log.Info("---------------...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FC002AnalyTest.go", "license": "mit", "size": 909}
### File: FC003Leisu.go package main import ( _ "tesou.io/platform/foot-parent/foot-core/common/fliters" _ "tesou.io/platform/foot-parent/foot-core/common/routers" "tesou.io/platform/foot-parent/foot-core/module/leisu/service" ) func main() { pubService := new(service.PushService) pubService.PubBJDC() }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FC003Leisu.go", "license": "mit", "size": 289}
### File: FC004Wechat.go package main import ( "tesou.io/platform/foot-parent/foot-api/common/base" _ "tesou.io/platform/foot-parent/foot-core/common/fliters" _ "tesou.io/platform/foot-parent/foot-core/common/routers" "tesou.io/platform/foot-parent/foot-core/module/wechat/controller" "time" ) func main() { mate...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FC004Wechat.go", "license": "mit", "size": 480}
### File: FG001.go package main import ( "bufio" "fmt" "github.com/lxn/walk" . "github.com/lxn/walk/declarative" "io" "log" "tesou.io/platform/foot-parent/foot-api/common/base" "tesou.io/platform/foot-parent/foot-core/common/utils" "os" "strings" "tesou.io/platform/foot-parent/foot-core/launch" launch2 "t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FG001.go", "license": "mit", "size": 2285}
### File: FOOT000.go package main import ( "bufio" "encoding/json" "fmt" "io" "os" "strings" "tesou.io/platform/foot-parent/foot-api/common/base" launch2 "tesou.io/platform/foot-parent/foot-core/launch" service4 "tesou.io/platform/foot-parent/foot-core/module/analy/service" service2 "tesou.io/platform/foot-p...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FOOT000.go", "license": "mit", "size": 6133}
### File: FOOT000Cmd.go package main import ( "bufio" "encoding/json" "fmt" "io" "os" "strings" "tesou.io/platform/foot-parent/foot-api/common/base" launch2 "tesou.io/platform/foot-parent/foot-core/launch" service2 "tesou.io/platform/foot-parent/foot-core/module/core/service" "tesou.io/platform/foot-parent/f...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FOOT000Cmd.go", "license": "mit", "size": 6335}
### File: FOOT000Leisu.go package main import ( "bufio" "encoding/json" "fmt" "io" "os" "strings" "tesou.io/platform/foot-parent/foot-api/common/base" launch2 "tesou.io/platform/foot-parent/foot-core/launch" service2 "tesou.io/platform/foot-parent/foot-core/module/core/service" "tesou.io/platform/foot-parent...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FOOT000Leisu.go", "license": "mit", "size": 5382}
### File: FOOT000Test.go package main import ( "fmt" "strconv" "tesou.io/platform/foot-parent/foot-core/module/spider/constants" "time" ) func abort(funcname string, err string) { panic(funcname + " failed: " + err) } func print_version(v uint32) { major := byte(v) minor := uint8(v >> 8) build := uint16(v >>...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FOOT000Test.go", "license": "mit", "size": 5227}
### File: FR001.go package main import ( "fmt" "github.com/go-vgo/robotgo" "tesou.io/platform/foot-parent/foot-robot/helper" ) func main() { robotgo.Sleep(1) title := robotgo.GetTitle() fmt.Println("title@@@ ", title) util := &helper.RobotHelper{} util.Tips() } func tes11t(){ robotgo.Sleep(1) title := r...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FR001.go", "license": "mit", "size": 958}
### File: FS000.go package main import ( "fmt" "tesou.io/platform/foot-parent/foot-spider/launch" "time" ) var SingleThread bool func main() { now := time.Now() temp_year, _ := time.ParseDuration("-8760h") add := now.Add(temp_year) parse := now.Format("2006") parse2 := add.Format("2006") fmt.Println(parse) ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FS000.go", "license": "mit", "size": 479}
### File: FS000Match.go package main import ( "strconv" "tesou.io/platform/foot-parent/foot-core/common/utils" "tesou.io/platform/foot-parent/foot-spider/launch" ) func main() { launch.Clean() matchLevelStr := utils.GetVal("spider", "match_level") if len(matchLevelStr) <= 0 { matchLevelStr = "4" } matchLeve...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FS000Match.go", "license": "mit", "size": 368}
### File: FS001AsiaModify.go package main import ( "tesou.io/platform/foot-parent/foot-spider/launch" ) func main() { //开启SQL输出 launch.Spider_asiaLastNew(true) }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FS001AsiaModify.go", "license": "mit", "size": 147}
### File: FS001BaseFace.go package main import ( "tesou.io/platform/foot-parent/foot-spider/launch" ) func main() { //开启SQL输出 //launch.Before_spider_baseFace() //launch.Before_spider_match() //launch.Spider_match(4) //launch.Spider_asiaLastNew(true) launch.Spider_baseFace(false) }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FS001BaseFace.go", "license": "mit", "size": 273}
### File: FS001EuroIncomplete.go package main import ( "tesou.io/platform/foot-parent/foot-spider/launch" ) //抓取欧赔数据少于两条的不完整的比赛 func main() { //开启SQL输出 launch.Spider_euroHis_Incomplete() }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FS001EuroIncomplete.go", "license": "mit", "size": 206}
### File: FS001EuroModify.go package main import ( "tesou.io/platform/foot-parent/foot-spider/launch" ) func main() { //开启SQL输出 launch.Spider_euroLast() launch.Spider_euroHis() }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FS001EuroModify.go", "license": "mit", "size": 166}
### File: FW000.go package main import ( "github.com/astaxie/beego" "github.com/astaxie/beego/logs" "tesou.io/platform/foot-parent/foot-core/common/routers" ) func init() { router := &routers.FootRouter{} router.Hello() } func main() { beeRun() } func beeRun() { beego.LoadAppConfig("ini", "conf/app.conf") ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "FW000.go", "license": "mit", "size": 630}
### File: assets/common/template/analycontent/001.html {{.MainTeam}} 积{{.BFSMainZong.Score}}分, 居排行榜{{.BFSMainZong.Ranking}}名. {{.GuestTeam}} 积{{.BFSGuestZong.Score}}分, 居排行榜{{.BFSGuestZong.Ranking}}名.
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/001.html", "license": "mit", "size": 181}
### File: assets/common/template/analycontent/002.html 个人心得,结合基本面,亚欧盘. {{if eq .AlFlag "C1"}} 推算出自认为本次比赛合理的让球应为:{{.MyLetBall}}. {{end}}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/002.html", "license": "mit", "size": 141}
### File: assets/common/template/analycontent/003.html {{.MainTeam}}近{{.BFSMainJin.MatchCount}}场,取得{{.BFSMainJin.WinCount}}胜,{{.BFSMainJin.DrawCount}}平,{{.BFSMainJin.FailCount}}负. {{.GuestTeam}}近{{.BFSGuestJin.MatchCount}}场,取得{{.BFSGuestJin.WinCount}}胜,{{.BFSGuestJin.DrawCount}}平,{{.BFSGuestJin.FailCount}}负.
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/003.html", "license": "mit", "size": 283}
### File: assets/common/template/analycontent/004.html {{if eq .MainTeam .MainNextMainTeam }} 下场赛事,主队继续坐阵主场,具备有一定的心理优势. {{else}} 下场赛事,主队转圜客场,本场不容有失. {{end}} {{if eq .GuestTeam .GuestNextMainTeam }} 下场赛事,客队转回主场作战. {{else}} 下场赛事,客队继续转圜其他客场,不免受行程疲惫影响. {{end}}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/004.html", "license": "mit", "size": 348}
### File: assets/common/template/analycontent/005.html 近期两队对战{{.BattleCount}}场, 主队{{.BattleMainWinCount}}胜,{{.BattleDrawCount}}平.{{.BattleGuestWinCount}}负.
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/005.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/100.html {{ template "001.html" . }} {{ template "002.html" . }} {{ template "003.html" . }} {{ template "004.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/100.html", "license": "mit", "size": 174}
### File: assets/common/template/analycontent/101.html {{ template "001.html" . }} {{ template "002.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/101.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/102.html {{ template "001.html" . }} {{ template "003.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/102.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/103.html {{ template "001.html" . }} {{ template "004.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/103.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/104.html {{ template "001.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/104.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/105.html {{ template "002.html" . }} {{ template "003.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/105.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/106.html {{ template "002.html" . }} {{ template "004.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/106.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/107.html {{ template "002.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/107.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/108.html {{ template "003.html" . }} {{ template "004.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/108.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/109.html {{ template "003.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/109.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/110.html {{ template "004.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/110.html", "license": "mit", "size": 96}
### File: assets/common/template/analycontent/111.html {{ template "001.html" . }} {{ template "002.html" . }} {{ template "003.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/111.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/112.html {{ template "001.html" . }} {{ template "002.html" . }} {{ template "004.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/112.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/113.html {{ template "001.html" . }} {{ template "002.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/113.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/114.html {{ template "001.html" . }} {{ template "003.html" . }} {{ template "004.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/114.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/115.html {{ template "001.html" . }} {{ template "003.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/115.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/116.html {{ template "001.html" . }} {{ template "004.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/116.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/117.html {{ template "002.html" . }} {{ template "003.html" . }} {{ template "004.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/117.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/118.html {{ template "002.html" . }} {{ template "003.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/118.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/119.html {{ template "003.html" . }} {{ template "004.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/119.html", "license": "mit", "size": 125}
### File: assets/common/template/analycontent/120.html {{ template "001.html" . }} {{ template "002.html" . }} {{ template "003.html" . }} {{ template "004.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/120.html", "license": "mit", "size": 154}
### File: assets/common/template/analycontent/121.html {{ template "001.html" . }} {{ template "002.html" . }} {{ template "003.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/121.html", "license": "mit", "size": 154}
### File: assets/common/template/analycontent/122.html {{ template "002.html" . }} {{ template "003.html" . }} {{ template "004.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/122.html", "license": "mit", "size": 154}
### File: assets/common/template/analycontent/footer.html {{ $PreResultMain := eq .PreResult 3}} {{ $BattleMain := gt .BattleMainWinCount .BattleGuestWinCount}} {{if $PreResultMain}} {{if $BattleMain}} 本场个人看好主队继续打出. {{else}} 结合赔率变化,本场个人认为主队打出. {{end}} {{else}} {{if $BattleMain}} ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/footer.html", "license": "mit", "size": 455}
### File: assets/common/template/analycontent/full.html {{ template "001.html" . }} {{ template "002.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/full.html", "license": "mit", "size": 118}
### File: assets/common/template/analycontent/wechat_today_detail_new.html {{ template "001.html" . }} {{ template "002.html" . }} {{ template "005.html" . }} {{ template "footer.html" . }}
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/common/template/analycontent/wechat_today_detail_new.html", "license": "mit", "size": 118}
### File: assets/leisu/html/content.html 基本面: 主队总场,积{{.Score}}分,排名:{{.Ranking}},胜率:{{.WinRate}}% 主队主场,积{{.Score}}分,排名:{{.Ranking}},胜率:{{.WinRate}}% 客队总场,积{{.Score}}分,排名:{{.Ranking}},胜率:{{.WinRate}}% 客队客场,积{{.Score}}分,排名:{{.Ranking}},胜率:{{.WinRate}}%
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/leisu/html/content.html", "license": "mit", "size": 300}
### File: assets/wechat/html/month.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1><strong>概况</strong></h1> <ul style="font-size: 12px;font-weight: bold"> <li>日期:{{.BeginDateStr}} 至 {{.E...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/month.html", "license": "mit", "size": 2713}
### File: assets/wechat/html/month_c1.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1><strong>概况</strong></h1> <ul style="font-size: 12px;font-weight: bold"> <li>日期:{{.BeginDateStr}} 至 {...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/month_c1.html", "license": "mit", "size": 2713}
### File: assets/wechat/html/month_c2.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1><strong>概况</strong></h1> <ul style="font-size: 12px;font-weight: bold"> <li>日期:{{.BeginDateStr}} 至 {...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/month_c2.html", "license": "mit", "size": 2713}
### File: assets/wechat/html/month_guts.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1><strong>概况</strong></h1> <ul style="font-size: 12px;font-weight: bold"> <li>日期:{{.BeginDateStr}} 至...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/month_guts.html", "license": "mit", "size": 2698}
### File: assets/wechat/html/stable.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: red;font-w...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/stable.html", "license": "mit", "size": 3035}
### File: assets/wechat/html/today.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: red;font-we...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today.html", "license": "mit", "size": 3925}
### File: assets/wechat/html/today_a1.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: red;font...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today_a1.html", "license": "mit", "size": 4389}
### File: assets/wechat/html/today_c1.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: red;font...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today_c1.html", "license": "mit", "size": 4430}
### File: assets/wechat/html/today_c2.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: red;font...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today_c2.html", "license": "mit", "size": 4430}
### File: assets/wechat/html/today_detail.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: red;...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today_detail.html", "license": "mit", "size": 2796}
### File: assets/wechat/html/today_detail_new.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today_detail_new.html", "license": "mit", "size": 2896}
### File: assets/wechat/html/today_guts.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: red;fo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today_guts.html", "license": "mit", "size": 4148}
### File: assets/wechat/html/today_guts_c1e2.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: r...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today_guts_c1e2.html", "license": "mit", "size": 4148}
### File: assets/wechat/html/today_guts_c2e2.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: r...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today_guts_c2e2.html", "license": "mit", "size": 4148}
### File: assets/wechat/html/today_tbs.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1 style="color: red;font-weight: bold;font-size: 12px"><strong>注意</strong></h1> <ul style="color: red;fon...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/today_tbs.html", "license": "mit", "size": 3872}
### File: assets/wechat/html/week.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1><strong>概况</strong></h1> <ul style="font-size: 12px;font-weight: bold"> <li>日期:{{.BeginDateStr}} 至 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/week.html", "license": "mit", "size": 2596}
### File: assets/wechat/html/week_c1.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1><strong>概况</strong></h1> <ul style="font-size: 12px;font-weight: bold"> <li>日期:{{.BeginDateStr}}...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/week_c1.html", "license": "mit", "size": 2596}
### File: assets/wechat/html/week_c2.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1><strong>概况</strong></h1> <ul style="font-size: 12px;font-weight: bold"> <li>日期:{{.BeginDateStr}}...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/week_c2.html", "license": "mit", "size": 2596}
### File: assets/wechat/html/week_guts.html <div> <img src="http://mmbiz.qpic.cn/sz_mmbiz_gif/BePaFicK2B5R6lNrnAdOpR63megZibx7GnwXTAl2yZTEibKIbCFrs0QpsmOWG0CrxWEicHldX2ibqva6Ise5G5vILCQ/0?wx_fmt=gif"/> </div> <h1><strong>概况</strong></h1> <ul style="font-size: 12px;font-weight: bold"> <li>日期:{{.BeginDateStr}} 至 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentmi/foot", "path": "assets/wechat/html/week_guts.html", "license": "mit", "size": 2698}
### File: build_linux.bat @echo off echo= echo set sytem env set GOOS=linux set GOARCH=amd64 set rootDir=%cd% echo copy config if not exist %rootDir%\bin\conf\ md %rootDir%\bin\conf\ xcopy /Y /S %rootDir%\conf %rootDir%\bin\conf\ xcopy /Y /S %rootDir%\conf\app_prod.ini %rootDir%\bin\conf\app.ini xcopy /Y /S %rootDir%...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Batchfile", "repo_name": "vincentmi/foot", "path": "build_linux.bat", "license": "mit", "size": 888}
### File: build_mac.bat @echo off echo= echo set sytem env set GOOS=darwin set GOARCH=amd64 set rootDir=%cd% echo copy config if not exist %rootDir%\bin\conf\ md %rootDir%\bin\conf\ xcopy /Y /S %rootDir%\conf %rootDir%\bin\conf\ xcopy /Y /S %rootDir%\conf\app_prod.ini %rootDir%\bin\conf\app.ini xcopy /Y /S %rootDir%\...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Batchfile", "repo_name": "vincentmi/foot", "path": "build_mac.bat", "license": "mit", "size": 889}
### File: build_windows.bat @echo off echo= echo set sytem env set rootDir=%cd% echo copy config if not exist %rootDir%\bin\conf\ md %rootDir%\bin\conf\ xcopy /Y /S %rootDir%\conf %rootDir%\bin\conf\ xcopy /Y /S %rootDir%\conf\app_prod.ini %rootDir%\bin\conf\app.ini xcopy /Y /S %rootDir%\conf\app_pord.conf %rootDir%...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Batchfile", "repo_name": "vincentmi/foot", "path": "build_windows.bat", "license": "mit", "size": 864}
### File: build_windows_leisu.bat @echo off echo= if not exist %cd%\bin\conf\ md %cd%\bin\conf\ xcopy /Y /S %cd%\conf %cd%\bin\conf\ xcopy /Y /S %cd%\conf\app_prod.ini %cd%\bin\conf\app.ini xcopy /Y /S %cd%\conf\app_pord.conf %cd%\bin\conf\app.conf if not exist %cd%\bin\assets\ md %cd%\bin\assets\ xcopy /Y /S %cd%\as...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Batchfile", "repo_name": "vincentmi/foot", "path": "build_windows_leisu.bat", "license": "mit", "size": 379}
### File: foot-api/common/base/BaseLog.go package base import ( "fmt" rotatelogs "github.com/lestrrat-go/file-rotatelogs" "go.uber.org/zap" "go.uber.org/zap/zapcore" "io" "os" "time" ) var Log *zap.SugaredLogger const ( output_dir = "./logs/" out_path = "foot.log" err_path = "foot.err" ) func init() {...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/common/base/BaseLog.go", "license": "mit", "size": 2674}
### File: foot-api/common/base/pojo/BasePojo.go package pojo import "time" type BasePojo struct { //自增主键 Id string `xorm:"pk"` //创建时间 这个Field将在Insert时自动赋值为当前时间 CreateTime time.Time `xorm:"created comment('创建时间') index"` //创建者 CreateUser string `xorm:" comment('创建者') index"` //更新时间 这个Field将在Insert或Update时自动赋值为当...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/common/base/pojo/BasePojo.go", "license": "mit", "size": 841}
### File: foot-api/common/base/pojo/Page.go package pojo type Page struct { //记录总数 Counts int64 //每页显示记录数 PageSize int64 //总页数 TotalPage int64 //当前页 CurPage int64 //页面显示开始记录数 FirstResult int64 //页面显示最后记录数 LastResult int64 //排序类型 OrderType string //排序名称 OrderName string } func (this *Page) Build(counts...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/common/base/pojo/Page.go", "license": "mit", "size": 2897}
### File: foot-api/common/base/pojo/Response.go package pojo type Response struct { Data interface{} RetCode int Message string Page *Page }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/common/base/pojo/Response.go", "license": "mit", "size": 104}
### File: foot-api/module/analy/pojo/AnalyResult.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" "time" ) /** 分析结果表 */ type AnalyResult struct { //是否已经发布到雷速 //LeisuPubd bool `xorm:"bool notnull comment('是否已经发布到雷速') index"` //比赛id MatchId string `xorm:" comment('比赛id') index"`...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/analy/pojo/AnalyResult.go", "license": "mit", "size": 1346}
### File: foot-api/module/analy/vo/AnalyResultVO.go package vo import "tesou.io/platform/foot-parent/foot-api/module/analy/pojo" type AnalyResultVO struct { pojo.AnalyResult `xorm:"extends"` /** 联赛名称 */ LeagueName string /** * 主队id */ MainTeamId string /** * 客队id */ GuestTeamId string }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/analy/vo/AnalyResultVO.go", "license": "mit", "size": 273}
### File: foot-api/module/analy/vo/TestResult.go package vo type TestResult struct { //service.MatchLast `xorm:"extends"` //Id string //Name string //CompName string //entity2.EuroLast `xorm:"extends"` }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/analy/vo/TestResult.go", "license": "mit", "size": 195}
### File: foot-api/module/core/pojo/SourceConfig.go package pojo type SourceConfig struct { //数据来源对应的ID Sid string `xorm:" comment('数据来源对应的ID') index"` }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/core/pojo/SourceConfig.go", "license": "mit", "size": 133}
### File: foot-api/module/elem/pojo/Comp.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" ) /** 欧赔菠菜公司表 */ //不管是从哪个平台抓取的数据,都使用win007的菠菜公司的ID数据 type Comp struct { //名称 Name string `xorm:" comment('名称') index varchar(50)"` NameEn string `xorm:" comment('en名称') index varchar(50)"` ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/elem/pojo/Comp.go", "license": "mit", "size": 539}
### File: foot-api/module/elem/pojo/CompAsia.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" ) /** 亚赔菠菜公司表 */ //不管是从哪个平台抓取的数据,都使用win007的菠菜公司的ID数据 type CompAsia struct { //名称 Name string `xorm:" comment('名称') index varchar(50)"` NameEn string `xorm:" comment('en名称') index varcha...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/elem/pojo/CompAsia.go", "license": "mit", "size": 543}
### File: foot-api/module/elem/pojo/League.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" ) /** 联赛表 */ //不管是从哪个平台抓取的数据,都使用win007的联赛的ID数据 type League struct { //联赛名称 Name string `xorm:" comment('联赛名称') index varchar(50)"` ShortName string `xorm:" comment('联赛名简称') index varchar(...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/elem/pojo/League.go", "license": "mit", "size": 939}
### File: foot-api/module/elem/pojo/LeagueSeason.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" ) /** 联赛赛季表,, */ type LeagueSeason struct { //联赛id LeagueId string `xorm:" comment('LeagueId') index varchar(20)"` LeagueName string `xorm:" comment('LeagueName') index varchar(50...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/elem/pojo/LeagueSeason.go", "license": "mit", "size": 548}
### File: foot-api/module/elem/pojo/LeagueSub.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" ) /** 联赛赛季次级表,, 如联赛,升级附加赛,降级附加赛 */ type LeagueSub struct { //联赛id LeagueId string `xorm:" comment('LeagueId') index varchar(20)"` LeagueName string `xorm:" comment('LeagueName') in...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/elem/pojo/LeagueSub.go", "license": "mit", "size": 718}
### File: foot-api/module/elem/pojo/Team.go package pojo import "tesou.io/platform/foot-parent/foot-api/common/base/pojo" type Team struct { //名称 Name string `xorm:" comment('名称') index varchar(50)"` NameEn string `xorm:" comment('en名称') index varchar(50)"` //公司网址 Wesite string `xorm:" comment('公司网址') varchar(20...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/elem/pojo/Team.go", "license": "mit", "size": 343}
### File: foot-api/module/match/pojo/BFBattle.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" "time" ) /** 历史对战 */ type BFBattle struct { //比赛id MatchId string `xorm:"comment('比赛ID') index"` /** * 比赛时间 */ BattleMatchDate time.Time `xorm:"unique(BattleMatchDate_MainTeamId_...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/match/pojo/BFBattle.go", "license": "mit", "size": 1054}
### File: foot-api/module/match/pojo/BFFutureEvent.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" "time" ) /** 未来赛事 */ type BFFutureEvent struct { //比赛id MatchId string `xorm:"comment('比赛ID') unique(MatchId_TeamId_EventMatchDate) index"` /** * 队伍名称 */ TeamId string `xorm...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/match/pojo/BFFutureEvent.go", "license": "mit", "size": 948}
### File: foot-api/module/match/pojo/BFJin.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" ) /** 近期战绩 */ type BFJin struct { //比赛ID ScheduleID int64 `json:"ScheduleID" xorm:"comment('比赛ID') unique(ScheduleID) index"` //联赛ID SclassID int64 `json:"SclassID" xorm:"comment('联赛ID')...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/match/pojo/BFJin.go", "license": "mit", "size": 2132}
### File: foot-api/module/match/pojo/BFScore.go package pojo import "tesou.io/platform/foot-parent/foot-api/common/base/pojo" /** 联赛积分 */ type BFScore struct { //比赛id MatchId string `xorm:"comment('比赛ID') unique(MatchId_TeamId_Type) index"` /** * 球队ID */ TeamId string `xorm:"comment('球队ID') unique(MatchId_Tea...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/match/pojo/BFScore.go", "license": "mit", "size": 1030}
### File: foot-api/module/match/pojo/MatchExt.go package pojo import ( entity2 "tesou.io/platform/foot-parent/foot-api/module/core/pojo" ) /** 比赛信息配置 */ type MatchExt struct { entity2.SourceConfig `xorm:"extends"` }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/match/pojo/MatchExt.go", "license": "mit", "size": 183}
### File: foot-api/module/match/pojo/MatchHis.go package pojo /** 比赛历史数据表,存放所有的比赛 */ type MatchHis struct { MatchLast `xorm:"extends"` }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/match/pojo/MatchHis.go", "license": "mit", "size": 122}
### File: foot-api/module/match/pojo/MatchLast.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" "time" ) /** 比赛当前数据表,仅存放当前的比赛 */ //足球比赛信息 type MatchLast struct { /** * 比赛时间 */ MatchDate time.Time `xorm:"unique(MatchDate_MainTeamId_GuestTeamId) index"` /** 数据时间 */ DataDa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/match/pojo/MatchLast.go", "license": "mit", "size": 1061}
### File: foot-api/module/odds/pojo/AsiaHis.go package pojo type AsiaHis struct { AsiaLast `xorm:"extends"` }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/odds/pojo/AsiaHis.go", "license": "mit", "size": 67}
### File: foot-api/module/odds/pojo/AsiaLast.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" ) /** 亚赔当前表,仅初盘,即时盘 */ type AsiaLast struct { Num int `xorm: comment('Num') index` //博彩公司id CompId int `xorm:"unique(CompId_MatchId)"` CompName string `xorm:"varchar(50) index"` //比...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/odds/pojo/AsiaLast.go", "license": "mit", "size": 861}
### File: foot-api/module/odds/pojo/AsiaTrack.go package pojo import "tesou.io/platform/foot-parent/foot-api/common/base/pojo" /** 亚赔历史,变化过程表 */ type AsiaTrack struct { /** 初主队盘口赔率 */ Sp3 float64 Sp0 float64 //让球 SPanKou float64 `xorm:" comment('s让球') index"` //博彩公司id CompId int `xorm:"unique(CompId_Match...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/odds/pojo/AsiaTrack.go", "license": "mit", "size": 600}
### File: foot-api/module/odds/pojo/Betfair.go package pojo import ( "tesou.io/platform/foot-parent/foot-api/common/base/pojo" ) /** 必发数据表 */ type Betfair struct { //比赛id MatchId string `xorm:"unique(MatchId_Kind) index varchar(20)"` //主 ,和 ,客 Kind string `xorm:"unique(MatchId_Kind) comment('主 ,和 ,客') varchar(20...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/odds/pojo/Betfair.go", "license": "mit", "size": 603}
### File: foot-api/module/odds/pojo/EuroHis.go package pojo type EuroHis struct { EuroLast `xorm:"extends"` }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Go", "repo_name": "vincentmi/foot", "path": "foot-api/module/odds/pojo/EuroHis.go", "license": "mit", "size": 66}