users.go 81 Bytes Raw Blame History Permalink 1 2 3 4 5 package models type UsersPostResponse struct { UserID int64 `json:"user_id"` }