Migrate checkin to user service

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-25 20:30:21 +08:00
parent 9e649d83e5
commit bfeb46a61f
7 changed files with 18 additions and 20 deletions

7
service/user/create.go Normal file
View File

@@ -0,0 +1,7 @@
package user
import "github.com/gin-gonic/gin"
func Create(c *gin.Context) {
}