# Functions
NewEmptyAPI creates a new Empty instance.
NewGetUsersUserID creates a new http.Handler for the get users user id operation.
NewGetUsersUserIDOK creates GetUsersUserIDOK with default headers values.
NewGetUsersUserIDParams creates a new GetUsersUserIDParams object no default values defined in spec.
# Constants
GetUsersUserIDOKCode is the HTTP code returned for type GetUsersUserIDOK.
# Structs
EmptyAPI the API */.
GetUsersUserID swagger:route GET /users/{user_id} getUsersUserId
ユーザーの詳細情報を取得する
*/.
GetUsersUserIDOK OK
swagger:response getUsersUserIdOK
*/.
GetUsersUserIDOKBody get users user ID o k body
swagger:model GetUsersUserIDOKBody.
GetUsersUserIDParams contains all the bound params for the get users user id operation typically these are obtained from a http.Request
swagger:parameters get-users-user_id.
GetUsersUserIDURL generates an URL for the get users user id operation.
# Interfaces
GetUsersUserIDHandler interface for that can handle valid get users user id params.
# Type aliases
GetUsersUserIDHandlerFunc turns a function with the right signature into a get users user id handler.