• This project
    • Loading...
  • Sign in

김명현 / Classroom-Reservation

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Classroom-Reservation
  • api
  • models
  • users.go
  • freckie's avatar
    Add: new endpoint /api/users · 03349a9e
    03349a9e
    freckie authored 2020-12-11 18:02:16 +0900
users.go 81 Bytes
Raw Blame History Permalink
1 2 3 4 5
package models

type UsersPostResponse struct {
	UserID int64 `json:"user_id"`
}