Documentation ¶
Index ¶
- func CreateCaseData(params monitor.CreateCaseDataParams, principal *v1.Principal) middleware.Responder
- func CreateClass(params monitor.CreateClassParams, principal *v1.Principal) middleware.Responder
- func CreateMeasureDetail(params monitor.CreateMeasureDetailParams, principal *v1.Principal) middleware.Responder
- func CreateMeasureResult(params monitor.CreateMeasureResultParams, principal *v1.Principal) middleware.Responder
- func CreateMoveData(params monitor.CreateMoveDataParams, principal *v1.Principal) middleware.Responder
- func CreateMovePrescription(params monitor.CreateMovePrescriptionParams, principal *v1.Principal) middleware.Responder
- func CreatePersonal(params user.CreatePersonalParams, principal *v1.Principal) middleware.Responder
- func CreateUser(params user.CreateUserParams, principal *v1.Principal) middleware.Responder
- func CreateWork(params monitor.CreateWorkParams, principal *v1.Principal) middleware.Responder
- func CreateWorkSubmit(params monitor.CreateWorkSubmitParams, principal *v1.Principal) middleware.Responder
- func DeleteCaseData(params monitor.DeleteCaseDataParams, principal *v1.Principal) middleware.Responder
- func DeleteClass(params monitor.DeleteClassParams, principal *v1.Principal) middleware.Responder
- func DeleteMeasureDetail(params monitor.DeleteMeasureDetailParams, principal *v1.Principal) middleware.Responder
- func DeleteMeasureResult(params monitor.DeleteMeasureResultParams, principal *v1.Principal) middleware.Responder
- func DeleteMoveData(params monitor.DeleteMoveDataParams, principal *v1.Principal) middleware.Responder
- func DeleteMovePrescription(params monitor.DeleteMovePrescriptionParams, principal *v1.Principal) middleware.Responder
- func DeletePersonal(params user.DeletePersonalParams, principal *v1.Principal) middleware.Responder
- func DeleteUser(params user.DeleteUserParams, principal *v1.Principal) middleware.Responder
- func DeleteWork(params monitor.DeleteWorkParams, principal *v1.Principal) middleware.Responder
- func DeleteWorkSubmit(params monitor.DeleteWorkSubmitParams, principal *v1.Principal) middleware.Responder
- func Error(err error) middleware.Responder
- func GetCaseData(params monitor.GetCaseDataParams, principal *v1.Principal) middleware.Responder
- func GetCaseDatas(params monitor.GetCaseDatasParams, principal *v1.Principal) middleware.Responder
- func GetClass(params monitor.GetClassParams, principal *v1.Principal) middleware.Responder
- func GetClasses(params monitor.GetClassesParams, principal *v1.Principal) middleware.Responder
- func GetMeasureDetail(params monitor.GetMeasureDetailParams, principal *v1.Principal) middleware.Responder
- func GetMeasureDetails(params monitor.GetMeasureDetailsParams, principal *v1.Principal) middleware.Responder
- func GetMeasureResult(params monitor.GetMeasureResultParams, principal *v1.Principal) middleware.Responder
- func GetMeasureResults(params monitor.GetMeasureResultsParams, principal *v1.Principal) middleware.Responder
- func GetMoveData(params monitor.GetMoveDataParams, principal *v1.Principal) middleware.Responder
- func GetMoveDatas(params monitor.GetMoveDatasParams, principal *v1.Principal) middleware.Responder
- func GetMovePrescription(params monitor.GetMovePrescriptionParams, principal *v1.Principal) middleware.Responder
- func GetMovePrescriptions(params monitor.GetMovePrescriptionsParams, principal *v1.Principal) middleware.Responder
- func GetPersonal(params user.GetPersonalParams, principal *v1.Principal) middleware.Responder
- func GetPersonals(params user.GetPersonalsParams, principal *v1.Principal) middleware.Responder
- func GetUser(params user.GetUserParams, principal *v1.Principal) middleware.Responder
- func GetUserInfo(params user.GetUserInfoParams, principal *v1.Principal) middleware.Responder
- func GetUsers(params user.GetUsersParams, principal *v1.Principal) middleware.Responder
- func GetWork(params monitor.GetWorkParams, principal *v1.Principal) middleware.Responder
- func GetWorkSubmit(params monitor.GetWorkSubmitParams, principal *v1.Principal) middleware.Responder
- func GetWorkSubmits(params monitor.GetWorkSubmitsParams, principal *v1.Principal) middleware.Responder
- func GetWorks(params monitor.GetWorksParams, principal *v1.Principal) middleware.Responder
- func Login(params user.LoginParams) middleware.Responder
- func Logout(params user.LogoutParams) middleware.Responder
- func ModifyUserPassword(params user.ModifyUserPasswordParams, principal *v1.Principal) middleware.Responder
- func RegisterClients()
- func RoleAuth(token string, scopes []string) (*v1.Principal, error)
- func Token(params oauth.TokenParams) middleware.Responder
- func UpdateCaseData(params monitor.UpdateCaseDataParams, principal *v1.Principal) middleware.Responder
- func UpdateClass(params monitor.UpdateClassParams, principal *v1.Principal) middleware.Responder
- func UpdateMeasureDetail(params monitor.UpdateMeasureDetailParams, principal *v1.Principal) middleware.Responder
- func UpdateMeasureResult(params monitor.UpdateMeasureResultParams, principal *v1.Principal) middleware.Responder
- func UpdateMoveData(params monitor.UpdateMoveDataParams, principal *v1.Principal) middleware.Responder
- func UpdateMovePrescription(params monitor.UpdateMovePrescriptionParams, principal *v1.Principal) middleware.Responder
- func UpdatePersonal(params user.UpdatePersonalParams, principal *v1.Principal) middleware.Responder
- func UpdateUser(params user.UpdateUserParams, principal *v1.Principal) middleware.Responder
- func UpdateWork(params monitor.UpdateWorkParams, principal *v1.Principal) middleware.Responder
- func UpdateWorkSubmit(params monitor.UpdateWorkSubmitParams, principal *v1.Principal) middleware.Responder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCaseData ¶
func CreateCaseData(params monitor.CreateCaseDataParams, principal *v1.Principal) middleware.Responder
func CreateClass ¶
func CreateClass(params monitor.CreateClassParams, principal *v1.Principal) middleware.Responder
func CreateMeasureDetail ¶
func CreateMeasureDetail(params monitor.CreateMeasureDetailParams, principal *v1.Principal) middleware.Responder
func CreateMeasureResult ¶
func CreateMeasureResult(params monitor.CreateMeasureResultParams, principal *v1.Principal) middleware.Responder
func CreateMoveData ¶
func CreateMoveData(params monitor.CreateMoveDataParams, principal *v1.Principal) middleware.Responder
func CreateMovePrescription ¶
func CreateMovePrescription(params monitor.CreateMovePrescriptionParams, principal *v1.Principal) middleware.Responder
func CreatePersonal ¶
func CreatePersonal(params user.CreatePersonalParams, principal *v1.Principal) middleware.Responder
func CreateUser ¶
func CreateUser(params user.CreateUserParams, principal *v1.Principal) middleware.Responder
func CreateWork ¶
func CreateWork(params monitor.CreateWorkParams, principal *v1.Principal) middleware.Responder
func CreateWorkSubmit ¶
func CreateWorkSubmit(params monitor.CreateWorkSubmitParams, principal *v1.Principal) middleware.Responder
func DeleteCaseData ¶
func DeleteCaseData(params monitor.DeleteCaseDataParams, principal *v1.Principal) middleware.Responder
func DeleteClass ¶
func DeleteClass(params monitor.DeleteClassParams, principal *v1.Principal) middleware.Responder
func DeleteMeasureDetail ¶
func DeleteMeasureDetail(params monitor.DeleteMeasureDetailParams, principal *v1.Principal) middleware.Responder
func DeleteMeasureResult ¶
func DeleteMeasureResult(params monitor.DeleteMeasureResultParams, principal *v1.Principal) middleware.Responder
func DeleteMoveData ¶
func DeleteMoveData(params monitor.DeleteMoveDataParams, principal *v1.Principal) middleware.Responder
func DeleteMovePrescription ¶
func DeleteMovePrescription(params monitor.DeleteMovePrescriptionParams, principal *v1.Principal) middleware.Responder
func DeletePersonal ¶
func DeletePersonal(params user.DeletePersonalParams, principal *v1.Principal) middleware.Responder
func DeleteUser ¶
func DeleteUser(params user.DeleteUserParams, principal *v1.Principal) middleware.Responder
func DeleteWork ¶
func DeleteWork(params monitor.DeleteWorkParams, principal *v1.Principal) middleware.Responder
func DeleteWorkSubmit ¶
func DeleteWorkSubmit(params monitor.DeleteWorkSubmitParams, principal *v1.Principal) middleware.Responder
func Error ¶
func Error(err error) middleware.Responder
func GetCaseData ¶
func GetCaseData(params monitor.GetCaseDataParams, principal *v1.Principal) middleware.Responder
func GetCaseDatas ¶
func GetCaseDatas(params monitor.GetCaseDatasParams, principal *v1.Principal) middleware.Responder
ListCaseData
func GetClass ¶
func GetClass(params monitor.GetClassParams, principal *v1.Principal) middleware.Responder
func GetClasses ¶
func GetClasses(params monitor.GetClassesParams, principal *v1.Principal) middleware.Responder
ListClass
func GetMeasureDetail ¶
func GetMeasureDetail(params monitor.GetMeasureDetailParams, principal *v1.Principal) middleware.Responder
func GetMeasureDetails ¶
func GetMeasureDetails(params monitor.GetMeasureDetailsParams, principal *v1.Principal) middleware.Responder
ListMeasureDetail
func GetMeasureResult ¶
func GetMeasureResult(params monitor.GetMeasureResultParams, principal *v1.Principal) middleware.Responder
func GetMeasureResults ¶
func GetMeasureResults(params monitor.GetMeasureResultsParams, principal *v1.Principal) middleware.Responder
ListMeasureResult
func GetMoveData ¶
func GetMoveData(params monitor.GetMoveDataParams, principal *v1.Principal) middleware.Responder
func GetMoveDatas ¶
func GetMoveDatas(params monitor.GetMoveDatasParams, principal *v1.Principal) middleware.Responder
ListMoveData
func GetMovePrescription ¶
func GetMovePrescription(params monitor.GetMovePrescriptionParams, principal *v1.Principal) middleware.Responder
func GetMovePrescriptions ¶
func GetMovePrescriptions(params monitor.GetMovePrescriptionsParams, principal *v1.Principal) middleware.Responder
ListMovePrescription
func GetPersonal ¶
func GetPersonal(params user.GetPersonalParams, principal *v1.Principal) middleware.Responder
func GetPersonals ¶
func GetPersonals(params user.GetPersonalsParams, principal *v1.Principal) middleware.Responder
ListPersonal
func GetUser ¶
func GetUser(params user.GetUserParams, principal *v1.Principal) middleware.Responder
func GetUserInfo ¶
func GetUserInfo(params user.GetUserInfoParams, principal *v1.Principal) middleware.Responder
func GetUsers ¶
func GetUsers(params user.GetUsersParams, principal *v1.Principal) middleware.Responder
ListUser
func GetWork ¶
func GetWork(params monitor.GetWorkParams, principal *v1.Principal) middleware.Responder
func GetWorkSubmit ¶
func GetWorkSubmit(params monitor.GetWorkSubmitParams, principal *v1.Principal) middleware.Responder
func GetWorkSubmits ¶
func GetWorkSubmits(params monitor.GetWorkSubmitsParams, principal *v1.Principal) middleware.Responder
ListWorkSubmit
func GetWorks ¶
func GetWorks(params monitor.GetWorksParams, principal *v1.Principal) middleware.Responder
ListWork
func Login ¶
func Login(params user.LoginParams) middleware.Responder
func Logout ¶
func Logout(params user.LogoutParams) middleware.Responder
func ModifyUserPassword ¶
func ModifyUserPassword(params user.ModifyUserPasswordParams, principal *v1.Principal) middleware.Responder
func RegisterClients ¶
func RegisterClients()
func UpdateCaseData ¶
func UpdateCaseData(params monitor.UpdateCaseDataParams, principal *v1.Principal) middleware.Responder
func UpdateClass ¶
func UpdateClass(params monitor.UpdateClassParams, principal *v1.Principal) middleware.Responder
func UpdateMeasureDetail ¶
func UpdateMeasureDetail(params monitor.UpdateMeasureDetailParams, principal *v1.Principal) middleware.Responder
func UpdateMeasureResult ¶
func UpdateMeasureResult(params monitor.UpdateMeasureResultParams, principal *v1.Principal) middleware.Responder
func UpdateMoveData ¶
func UpdateMoveData(params monitor.UpdateMoveDataParams, principal *v1.Principal) middleware.Responder
func UpdateMovePrescription ¶
func UpdateMovePrescription(params monitor.UpdateMovePrescriptionParams, principal *v1.Principal) middleware.Responder
func UpdatePersonal ¶
func UpdatePersonal(params user.UpdatePersonalParams, principal *v1.Principal) middleware.Responder
func UpdateUser ¶
func UpdateUser(params user.UpdateUserParams, principal *v1.Principal) middleware.Responder
func UpdateWork ¶
func UpdateWork(params monitor.UpdateWorkParams, principal *v1.Principal) middleware.Responder
func UpdateWorkSubmit ¶
func UpdateWorkSubmit(params monitor.UpdateWorkSubmitParams, principal *v1.Principal) middleware.Responder
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.