1
This commit is contained in:
parent
fcf5da2e10
commit
c8470b1d93
13
server/gamelog/controller/gamelog.go
Normal file
13
server/gamelog/controller/gamelog.go
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
package controller
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/gin-gonic/gin"
|
||||||
|
)
|
||||||
|
|
||||||
|
type GameLog struct {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func (this *GameLog) caCustomReport(c *gin.Context) {
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user