monitor

package
v0.0.0-...-2fe84d8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2022 License: GPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const CreateCaseDataOKCode int = 200

CreateCaseDataOKCode is the HTTP code returned for type CreateCaseDataOK

View Source
const CreateClassOKCode int = 200

CreateClassOKCode is the HTTP code returned for type CreateClassOK

View Source
const CreateMeasureDetailOKCode int = 200

CreateMeasureDetailOKCode is the HTTP code returned for type CreateMeasureDetailOK

View Source
const CreateMeasureResultOKCode int = 200

CreateMeasureResultOKCode is the HTTP code returned for type CreateMeasureResultOK

View Source
const CreateMoveDataOKCode int = 200

CreateMoveDataOKCode is the HTTP code returned for type CreateMoveDataOK

View Source
const CreateMovePrescriptionOKCode int = 200

CreateMovePrescriptionOKCode is the HTTP code returned for type CreateMovePrescriptionOK

View Source
const CreateWorkOKCode int = 200

CreateWorkOKCode is the HTTP code returned for type CreateWorkOK

View Source
const CreateWorkSubmitOKCode int = 200

CreateWorkSubmitOKCode is the HTTP code returned for type CreateWorkSubmitOK

View Source
const DeleteCaseDataOKCode int = 200

DeleteCaseDataOKCode is the HTTP code returned for type DeleteCaseDataOK

View Source
const DeleteClassOKCode int = 200

DeleteClassOKCode is the HTTP code returned for type DeleteClassOK

View Source
const DeleteMeasureDetailOKCode int = 200

DeleteMeasureDetailOKCode is the HTTP code returned for type DeleteMeasureDetailOK

View Source
const DeleteMeasureResultOKCode int = 200

DeleteMeasureResultOKCode is the HTTP code returned for type DeleteMeasureResultOK

View Source
const DeleteMoveDataOKCode int = 200

DeleteMoveDataOKCode is the HTTP code returned for type DeleteMoveDataOK

View Source
const DeleteMovePrescriptionOKCode int = 200

DeleteMovePrescriptionOKCode is the HTTP code returned for type DeleteMovePrescriptionOK

View Source
const DeleteWorkOKCode int = 200

DeleteWorkOKCode is the HTTP code returned for type DeleteWorkOK

View Source
const DeleteWorkSubmitOKCode int = 200

DeleteWorkSubmitOKCode is the HTTP code returned for type DeleteWorkSubmitOK

View Source
const GetCaseDataOKCode int = 200

GetCaseDataOKCode is the HTTP code returned for type GetCaseDataOK

View Source
const GetCaseDatasOKCode int = 200

GetCaseDatasOKCode is the HTTP code returned for type GetCaseDatasOK

View Source
const GetClassOKCode int = 200

GetClassOKCode is the HTTP code returned for type GetClassOK

View Source
const GetClassesOKCode int = 200

GetClassesOKCode is the HTTP code returned for type GetClassesOK

View Source
const GetMeasureDetailOKCode int = 200

GetMeasureDetailOKCode is the HTTP code returned for type GetMeasureDetailOK

View Source
const GetMeasureDetailsOKCode int = 200

GetMeasureDetailsOKCode is the HTTP code returned for type GetMeasureDetailsOK

View Source
const GetMeasureResultOKCode int = 200

GetMeasureResultOKCode is the HTTP code returned for type GetMeasureResultOK

View Source
const GetMeasureResultsOKCode int = 200

GetMeasureResultsOKCode is the HTTP code returned for type GetMeasureResultsOK

View Source
const GetMoveDataOKCode int = 200

GetMoveDataOKCode is the HTTP code returned for type GetMoveDataOK

View Source
const GetMoveDatasOKCode int = 200

GetMoveDatasOKCode is the HTTP code returned for type GetMoveDatasOK

View Source
const GetMovePrescriptionOKCode int = 200

GetMovePrescriptionOKCode is the HTTP code returned for type GetMovePrescriptionOK

View Source
const GetMovePrescriptionsOKCode int = 200

GetMovePrescriptionsOKCode is the HTTP code returned for type GetMovePrescriptionsOK

View Source
const GetWorkOKCode int = 200

GetWorkOKCode is the HTTP code returned for type GetWorkOK

View Source
const GetWorkSubmitOKCode int = 200

GetWorkSubmitOKCode is the HTTP code returned for type GetWorkSubmitOK

View Source
const GetWorkSubmitsOKCode int = 200

GetWorkSubmitsOKCode is the HTTP code returned for type GetWorkSubmitsOK

View Source
const GetWorksOKCode int = 200

GetWorksOKCode is the HTTP code returned for type GetWorksOK

View Source
const UpdateCaseDataOKCode int = 200

UpdateCaseDataOKCode is the HTTP code returned for type UpdateCaseDataOK

View Source
const UpdateClassOKCode int = 200

UpdateClassOKCode is the HTTP code returned for type UpdateClassOK

View Source
const UpdateMeasureDetailOKCode int = 200

UpdateMeasureDetailOKCode is the HTTP code returned for type UpdateMeasureDetailOK

View Source
const UpdateMeasureResultOKCode int = 200

UpdateMeasureResultOKCode is the HTTP code returned for type UpdateMeasureResultOK

View Source
const UpdateMoveDataOKCode int = 200

UpdateMoveDataOKCode is the HTTP code returned for type UpdateMoveDataOK

View Source
const UpdateMovePrescriptionOKCode int = 200

UpdateMovePrescriptionOKCode is the HTTP code returned for type UpdateMovePrescriptionOK

View Source
const UpdateWorkOKCode int = 200

UpdateWorkOKCode is the HTTP code returned for type UpdateWorkOK

View Source
const UpdateWorkSubmitOKCode int = 200

UpdateWorkSubmitOKCode is the HTTP code returned for type UpdateWorkSubmitOK

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateCaseData

type CreateCaseData struct {
	Context *middleware.Context
	Handler CreateCaseDataHandler
}
CreateCaseData swagger:route POST /v1/caseData monitor createCaseData

创建病例数据信息

创建病例数据信息

func NewCreateCaseData

func NewCreateCaseData(ctx *middleware.Context, handler CreateCaseDataHandler) *CreateCaseData

NewCreateCaseData creates a new http.Handler for the create case data operation

func (*CreateCaseData) ServeHTTP

func (o *CreateCaseData) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type CreateCaseDataHandler

type CreateCaseDataHandler interface {
	Handle(CreateCaseDataParams, *v1.Principal) middleware.Responder
}

CreateCaseDataHandler interface for that can handle valid create case data params

type CreateCaseDataHandlerFunc

type CreateCaseDataHandlerFunc func(CreateCaseDataParams, *v1.Principal) middleware.Responder

CreateCaseDataHandlerFunc turns a function with the right signature into a create case data handler

func (CreateCaseDataHandlerFunc) Handle

Handle executing the request and returning a response

type CreateCaseDataOK

type CreateCaseDataOK struct {

	/*
	  In: Body
	*/
	Payload *v1.CaseData `json:"body,omitempty"`
}

CreateCaseDataOK ok

swagger:response createCaseDataOK

func NewCreateCaseDataOK

func NewCreateCaseDataOK() *CreateCaseDataOK

NewCreateCaseDataOK creates CreateCaseDataOK with default headers values

func (*CreateCaseDataOK) SetPayload

func (o *CreateCaseDataOK) SetPayload(payload *v1.CaseData)

SetPayload sets the payload to the create case data o k response

func (*CreateCaseDataOK) WithPayload

func (o *CreateCaseDataOK) WithPayload(payload *v1.CaseData) *CreateCaseDataOK

WithPayload adds the payload to the create case data o k response

func (*CreateCaseDataOK) WriteResponse

func (o *CreateCaseDataOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateCaseDataParams

type CreateCaseDataParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*病例数据信息
	  Required: true
	  In: body
	*/
	Body *v1.CaseData
}

CreateCaseDataParams contains all the bound params for the create case data operation typically these are obtained from a http.Request

swagger:parameters CreateCaseData

func NewCreateCaseDataParams

func NewCreateCaseDataParams() CreateCaseDataParams

NewCreateCaseDataParams creates a new CreateCaseDataParams object

There are no default values defined in the spec.

func (*CreateCaseDataParams) BindRequest

func (o *CreateCaseDataParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateCaseDataParams() beforehand.

type CreateCaseDataURL

type CreateCaseDataURL struct {
	// contains filtered or unexported fields
}

CreateCaseDataURL generates an URL for the create case data operation

func (*CreateCaseDataURL) Build

func (o *CreateCaseDataURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateCaseDataURL) BuildFull

func (o *CreateCaseDataURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateCaseDataURL) Must

func (o *CreateCaseDataURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateCaseDataURL) SetBasePath

func (o *CreateCaseDataURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateCaseDataURL) String

func (o *CreateCaseDataURL) String() string

String returns the string representation of the path with query string

func (*CreateCaseDataURL) StringFull

func (o *CreateCaseDataURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateCaseDataURL) WithBasePath

func (o *CreateCaseDataURL) WithBasePath(bp string) *CreateCaseDataURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateClass

type CreateClass struct {
	Context *middleware.Context
	Handler CreateClassHandler
}
CreateClass swagger:route POST /v1/class monitor createClass

创建班级信息

创建班级信息

func NewCreateClass

func NewCreateClass(ctx *middleware.Context, handler CreateClassHandler) *CreateClass

NewCreateClass creates a new http.Handler for the create class operation

func (*CreateClass) ServeHTTP

func (o *CreateClass) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type CreateClassHandler

type CreateClassHandler interface {
	Handle(CreateClassParams, *v1.Principal) middleware.Responder
}

CreateClassHandler interface for that can handle valid create class params

type CreateClassHandlerFunc

type CreateClassHandlerFunc func(CreateClassParams, *v1.Principal) middleware.Responder

CreateClassHandlerFunc turns a function with the right signature into a create class handler

func (CreateClassHandlerFunc) Handle

Handle executing the request and returning a response

type CreateClassOK

type CreateClassOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Class `json:"body,omitempty"`
}

CreateClassOK ok

swagger:response createClassOK

func NewCreateClassOK

func NewCreateClassOK() *CreateClassOK

NewCreateClassOK creates CreateClassOK with default headers values

func (*CreateClassOK) SetPayload

func (o *CreateClassOK) SetPayload(payload *v1.Class)

SetPayload sets the payload to the create class o k response

func (*CreateClassOK) WithPayload

func (o *CreateClassOK) WithPayload(payload *v1.Class) *CreateClassOK

WithPayload adds the payload to the create class o k response

func (*CreateClassOK) WriteResponse

func (o *CreateClassOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateClassParams

type CreateClassParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*班级信息
	  Required: true
	  In: body
	*/
	Body *v1.Class
}

CreateClassParams contains all the bound params for the create class operation typically these are obtained from a http.Request

swagger:parameters CreateClass

func NewCreateClassParams

func NewCreateClassParams() CreateClassParams

NewCreateClassParams creates a new CreateClassParams object

There are no default values defined in the spec.

func (*CreateClassParams) BindRequest

func (o *CreateClassParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateClassParams() beforehand.

type CreateClassURL

type CreateClassURL struct {
	// contains filtered or unexported fields
}

CreateClassURL generates an URL for the create class operation

func (*CreateClassURL) Build

func (o *CreateClassURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateClassURL) BuildFull

func (o *CreateClassURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateClassURL) Must

func (o *CreateClassURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateClassURL) SetBasePath

func (o *CreateClassURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateClassURL) String

func (o *CreateClassURL) String() string

String returns the string representation of the path with query string

func (*CreateClassURL) StringFull

func (o *CreateClassURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateClassURL) WithBasePath

func (o *CreateClassURL) WithBasePath(bp string) *CreateClassURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateMeasureDetail

type CreateMeasureDetail struct {
	Context *middleware.Context
	Handler CreateMeasureDetailHandler
}
CreateMeasureDetail swagger:route POST /v1/measureDetail monitor createMeasureDetail

创建测评数据明细信息

创建测评数据明细信息

func NewCreateMeasureDetail

func NewCreateMeasureDetail(ctx *middleware.Context, handler CreateMeasureDetailHandler) *CreateMeasureDetail

NewCreateMeasureDetail creates a new http.Handler for the create measure detail operation

func (*CreateMeasureDetail) ServeHTTP

func (o *CreateMeasureDetail) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type CreateMeasureDetailHandler

type CreateMeasureDetailHandler interface {
	Handle(CreateMeasureDetailParams, *v1.Principal) middleware.Responder
}

CreateMeasureDetailHandler interface for that can handle valid create measure detail params

type CreateMeasureDetailHandlerFunc

type CreateMeasureDetailHandlerFunc func(CreateMeasureDetailParams, *v1.Principal) middleware.Responder

CreateMeasureDetailHandlerFunc turns a function with the right signature into a create measure detail handler

func (CreateMeasureDetailHandlerFunc) Handle

Handle executing the request and returning a response

type CreateMeasureDetailOK

type CreateMeasureDetailOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureDetail `json:"body,omitempty"`
}

CreateMeasureDetailOK ok

swagger:response createMeasureDetailOK

func NewCreateMeasureDetailOK

func NewCreateMeasureDetailOK() *CreateMeasureDetailOK

NewCreateMeasureDetailOK creates CreateMeasureDetailOK with default headers values

func (*CreateMeasureDetailOK) SetPayload

func (o *CreateMeasureDetailOK) SetPayload(payload *v1.MeasureDetail)

SetPayload sets the payload to the create measure detail o k response

func (*CreateMeasureDetailOK) WithPayload

func (o *CreateMeasureDetailOK) WithPayload(payload *v1.MeasureDetail) *CreateMeasureDetailOK

WithPayload adds the payload to the create measure detail o k response

func (*CreateMeasureDetailOK) WriteResponse

func (o *CreateMeasureDetailOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateMeasureDetailParams

type CreateMeasureDetailParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*测评数据明细信息
	  Required: true
	  In: body
	*/
	Body *v1.MeasureDetail
}

CreateMeasureDetailParams contains all the bound params for the create measure detail operation typically these are obtained from a http.Request

swagger:parameters CreateMeasureDetail

func NewCreateMeasureDetailParams

func NewCreateMeasureDetailParams() CreateMeasureDetailParams

NewCreateMeasureDetailParams creates a new CreateMeasureDetailParams object

There are no default values defined in the spec.

func (*CreateMeasureDetailParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateMeasureDetailParams() beforehand.

type CreateMeasureDetailURL

type CreateMeasureDetailURL struct {
	// contains filtered or unexported fields
}

CreateMeasureDetailURL generates an URL for the create measure detail operation

func (*CreateMeasureDetailURL) Build

func (o *CreateMeasureDetailURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateMeasureDetailURL) BuildFull

func (o *CreateMeasureDetailURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateMeasureDetailURL) Must

func (o *CreateMeasureDetailURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateMeasureDetailURL) SetBasePath

func (o *CreateMeasureDetailURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateMeasureDetailURL) String

func (o *CreateMeasureDetailURL) String() string

String returns the string representation of the path with query string

func (*CreateMeasureDetailURL) StringFull

func (o *CreateMeasureDetailURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateMeasureDetailURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateMeasureResult

type CreateMeasureResult struct {
	Context *middleware.Context
	Handler CreateMeasureResultHandler
}
CreateMeasureResult swagger:route POST /v1/measureResult monitor createMeasureResult

创建测评数据结果分析信息

创建测评数据结果分析信息

func NewCreateMeasureResult

func NewCreateMeasureResult(ctx *middleware.Context, handler CreateMeasureResultHandler) *CreateMeasureResult

NewCreateMeasureResult creates a new http.Handler for the create measure result operation

func (*CreateMeasureResult) ServeHTTP

func (o *CreateMeasureResult) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type CreateMeasureResultHandler

type CreateMeasureResultHandler interface {
	Handle(CreateMeasureResultParams, *v1.Principal) middleware.Responder
}

CreateMeasureResultHandler interface for that can handle valid create measure result params

type CreateMeasureResultHandlerFunc

type CreateMeasureResultHandlerFunc func(CreateMeasureResultParams, *v1.Principal) middleware.Responder

CreateMeasureResultHandlerFunc turns a function with the right signature into a create measure result handler

func (CreateMeasureResultHandlerFunc) Handle

Handle executing the request and returning a response

type CreateMeasureResultOK

type CreateMeasureResultOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureResult `json:"body,omitempty"`
}

CreateMeasureResultOK ok

swagger:response createMeasureResultOK

func NewCreateMeasureResultOK

func NewCreateMeasureResultOK() *CreateMeasureResultOK

NewCreateMeasureResultOK creates CreateMeasureResultOK with default headers values

func (*CreateMeasureResultOK) SetPayload

func (o *CreateMeasureResultOK) SetPayload(payload *v1.MeasureResult)

SetPayload sets the payload to the create measure result o k response

func (*CreateMeasureResultOK) WithPayload

func (o *CreateMeasureResultOK) WithPayload(payload *v1.MeasureResult) *CreateMeasureResultOK

WithPayload adds the payload to the create measure result o k response

func (*CreateMeasureResultOK) WriteResponse

func (o *CreateMeasureResultOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateMeasureResultParams

type CreateMeasureResultParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*测评数据结果分析信息
	  Required: true
	  In: body
	*/
	Body *v1.MeasureResult
}

CreateMeasureResultParams contains all the bound params for the create measure result operation typically these are obtained from a http.Request

swagger:parameters CreateMeasureResult

func NewCreateMeasureResultParams

func NewCreateMeasureResultParams() CreateMeasureResultParams

NewCreateMeasureResultParams creates a new CreateMeasureResultParams object

There are no default values defined in the spec.

func (*CreateMeasureResultParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateMeasureResultParams() beforehand.

type CreateMeasureResultURL

type CreateMeasureResultURL struct {
	// contains filtered or unexported fields
}

CreateMeasureResultURL generates an URL for the create measure result operation

func (*CreateMeasureResultURL) Build

func (o *CreateMeasureResultURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateMeasureResultURL) BuildFull

func (o *CreateMeasureResultURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateMeasureResultURL) Must

func (o *CreateMeasureResultURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateMeasureResultURL) SetBasePath

func (o *CreateMeasureResultURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateMeasureResultURL) String

func (o *CreateMeasureResultURL) String() string

String returns the string representation of the path with query string

func (*CreateMeasureResultURL) StringFull

func (o *CreateMeasureResultURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateMeasureResultURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateMoveData

type CreateMoveData struct {
	Context *middleware.Context
	Handler CreateMoveDataHandler
}
CreateMoveData swagger:route POST /v1/moveData monitor createMoveData

创建运动数据信息

创建运动数据信息

func NewCreateMoveData

func NewCreateMoveData(ctx *middleware.Context, handler CreateMoveDataHandler) *CreateMoveData

NewCreateMoveData creates a new http.Handler for the create move data operation

func (*CreateMoveData) ServeHTTP

func (o *CreateMoveData) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type CreateMoveDataHandler

type CreateMoveDataHandler interface {
	Handle(CreateMoveDataParams, *v1.Principal) middleware.Responder
}

CreateMoveDataHandler interface for that can handle valid create move data params

type CreateMoveDataHandlerFunc

type CreateMoveDataHandlerFunc func(CreateMoveDataParams, *v1.Principal) middleware.Responder

CreateMoveDataHandlerFunc turns a function with the right signature into a create move data handler

func (CreateMoveDataHandlerFunc) Handle

Handle executing the request and returning a response

type CreateMoveDataOK

type CreateMoveDataOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MoveData `json:"body,omitempty"`
}

CreateMoveDataOK ok

swagger:response createMoveDataOK

func NewCreateMoveDataOK

func NewCreateMoveDataOK() *CreateMoveDataOK

NewCreateMoveDataOK creates CreateMoveDataOK with default headers values

func (*CreateMoveDataOK) SetPayload

func (o *CreateMoveDataOK) SetPayload(payload *v1.MoveData)

SetPayload sets the payload to the create move data o k response

func (*CreateMoveDataOK) WithPayload

func (o *CreateMoveDataOK) WithPayload(payload *v1.MoveData) *CreateMoveDataOK

WithPayload adds the payload to the create move data o k response

func (*CreateMoveDataOK) WriteResponse

func (o *CreateMoveDataOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateMoveDataParams

type CreateMoveDataParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*运动数据信息
	  Required: true
	  In: body
	*/
	Body *v1.MoveData
}

CreateMoveDataParams contains all the bound params for the create move data operation typically these are obtained from a http.Request

swagger:parameters CreateMoveData

func NewCreateMoveDataParams

func NewCreateMoveDataParams() CreateMoveDataParams

NewCreateMoveDataParams creates a new CreateMoveDataParams object

There are no default values defined in the spec.

func (*CreateMoveDataParams) BindRequest

func (o *CreateMoveDataParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateMoveDataParams() beforehand.

type CreateMoveDataURL

type CreateMoveDataURL struct {
	// contains filtered or unexported fields
}

CreateMoveDataURL generates an URL for the create move data operation

func (*CreateMoveDataURL) Build

func (o *CreateMoveDataURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateMoveDataURL) BuildFull

func (o *CreateMoveDataURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateMoveDataURL) Must

func (o *CreateMoveDataURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateMoveDataURL) SetBasePath

func (o *CreateMoveDataURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateMoveDataURL) String

func (o *CreateMoveDataURL) String() string

String returns the string representation of the path with query string

func (*CreateMoveDataURL) StringFull

func (o *CreateMoveDataURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateMoveDataURL) WithBasePath

func (o *CreateMoveDataURL) WithBasePath(bp string) *CreateMoveDataURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateMovePrescription

type CreateMovePrescription struct {
	Context *middleware.Context
	Handler CreateMovePrescriptionHandler
}
CreateMovePrescription swagger:route POST /v1/movePrescription monitor createMovePrescription

创建运动处方信息

创建运动处方信息

func NewCreateMovePrescription

func NewCreateMovePrescription(ctx *middleware.Context, handler CreateMovePrescriptionHandler) *CreateMovePrescription

NewCreateMovePrescription creates a new http.Handler for the create move prescription operation

func (*CreateMovePrescription) ServeHTTP

func (o *CreateMovePrescription) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type CreateMovePrescriptionHandler

type CreateMovePrescriptionHandler interface {
	Handle(CreateMovePrescriptionParams, *v1.Principal) middleware.Responder
}

CreateMovePrescriptionHandler interface for that can handle valid create move prescription params

type CreateMovePrescriptionHandlerFunc

type CreateMovePrescriptionHandlerFunc func(CreateMovePrescriptionParams, *v1.Principal) middleware.Responder

CreateMovePrescriptionHandlerFunc turns a function with the right signature into a create move prescription handler

func (CreateMovePrescriptionHandlerFunc) Handle

Handle executing the request and returning a response

type CreateMovePrescriptionOK

type CreateMovePrescriptionOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MovePrescription `json:"body,omitempty"`
}

CreateMovePrescriptionOK ok

swagger:response createMovePrescriptionOK

func NewCreateMovePrescriptionOK

func NewCreateMovePrescriptionOK() *CreateMovePrescriptionOK

NewCreateMovePrescriptionOK creates CreateMovePrescriptionOK with default headers values

func (*CreateMovePrescriptionOK) SetPayload

func (o *CreateMovePrescriptionOK) SetPayload(payload *v1.MovePrescription)

SetPayload sets the payload to the create move prescription o k response

func (*CreateMovePrescriptionOK) WithPayload

WithPayload adds the payload to the create move prescription o k response

func (*CreateMovePrescriptionOK) WriteResponse

func (o *CreateMovePrescriptionOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateMovePrescriptionParams

type CreateMovePrescriptionParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*运动处方信息
	  Required: true
	  In: body
	*/
	Body *v1.MovePrescription
}

CreateMovePrescriptionParams contains all the bound params for the create move prescription operation typically these are obtained from a http.Request

swagger:parameters CreateMovePrescription

func NewCreateMovePrescriptionParams

func NewCreateMovePrescriptionParams() CreateMovePrescriptionParams

NewCreateMovePrescriptionParams creates a new CreateMovePrescriptionParams object

There are no default values defined in the spec.

func (*CreateMovePrescriptionParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateMovePrescriptionParams() beforehand.

type CreateMovePrescriptionURL

type CreateMovePrescriptionURL struct {
	// contains filtered or unexported fields
}

CreateMovePrescriptionURL generates an URL for the create move prescription operation

func (*CreateMovePrescriptionURL) Build

func (o *CreateMovePrescriptionURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateMovePrescriptionURL) BuildFull

func (o *CreateMovePrescriptionURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateMovePrescriptionURL) Must

func (o *CreateMovePrescriptionURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateMovePrescriptionURL) SetBasePath

func (o *CreateMovePrescriptionURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateMovePrescriptionURL) String

func (o *CreateMovePrescriptionURL) String() string

String returns the string representation of the path with query string

func (*CreateMovePrescriptionURL) StringFull

func (o *CreateMovePrescriptionURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateMovePrescriptionURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateWork

type CreateWork struct {
	Context *middleware.Context
	Handler CreateWorkHandler
}
CreateWork swagger:route POST /v1/work monitor createWork

创建作业信息

创建作业信息

func NewCreateWork

func NewCreateWork(ctx *middleware.Context, handler CreateWorkHandler) *CreateWork

NewCreateWork creates a new http.Handler for the create work operation

func (*CreateWork) ServeHTTP

func (o *CreateWork) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type CreateWorkHandler

type CreateWorkHandler interface {
	Handle(CreateWorkParams, *v1.Principal) middleware.Responder
}

CreateWorkHandler interface for that can handle valid create work params

type CreateWorkHandlerFunc

type CreateWorkHandlerFunc func(CreateWorkParams, *v1.Principal) middleware.Responder

CreateWorkHandlerFunc turns a function with the right signature into a create work handler

func (CreateWorkHandlerFunc) Handle

Handle executing the request and returning a response

type CreateWorkOK

type CreateWorkOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Work `json:"body,omitempty"`
}

CreateWorkOK ok

swagger:response createWorkOK

func NewCreateWorkOK

func NewCreateWorkOK() *CreateWorkOK

NewCreateWorkOK creates CreateWorkOK with default headers values

func (*CreateWorkOK) SetPayload

func (o *CreateWorkOK) SetPayload(payload *v1.Work)

SetPayload sets the payload to the create work o k response

func (*CreateWorkOK) WithPayload

func (o *CreateWorkOK) WithPayload(payload *v1.Work) *CreateWorkOK

WithPayload adds the payload to the create work o k response

func (*CreateWorkOK) WriteResponse

func (o *CreateWorkOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateWorkParams

type CreateWorkParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*作业信息
	  Required: true
	  In: body
	*/
	Body *v1.Work
}

CreateWorkParams contains all the bound params for the create work operation typically these are obtained from a http.Request

swagger:parameters CreateWork

func NewCreateWorkParams

func NewCreateWorkParams() CreateWorkParams

NewCreateWorkParams creates a new CreateWorkParams object

There are no default values defined in the spec.

func (*CreateWorkParams) BindRequest

func (o *CreateWorkParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateWorkParams() beforehand.

type CreateWorkSubmit

type CreateWorkSubmit struct {
	Context *middleware.Context
	Handler CreateWorkSubmitHandler
}
CreateWorkSubmit swagger:route POST /v1/workSubmit monitor createWorkSubmit

创建作业提交信息

创建作业提交信息

func NewCreateWorkSubmit

func NewCreateWorkSubmit(ctx *middleware.Context, handler CreateWorkSubmitHandler) *CreateWorkSubmit

NewCreateWorkSubmit creates a new http.Handler for the create work submit operation

func (*CreateWorkSubmit) ServeHTTP

func (o *CreateWorkSubmit) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type CreateWorkSubmitHandler

type CreateWorkSubmitHandler interface {
	Handle(CreateWorkSubmitParams, *v1.Principal) middleware.Responder
}

CreateWorkSubmitHandler interface for that can handle valid create work submit params

type CreateWorkSubmitHandlerFunc

type CreateWorkSubmitHandlerFunc func(CreateWorkSubmitParams, *v1.Principal) middleware.Responder

CreateWorkSubmitHandlerFunc turns a function with the right signature into a create work submit handler

func (CreateWorkSubmitHandlerFunc) Handle

Handle executing the request and returning a response

type CreateWorkSubmitOK

type CreateWorkSubmitOK struct {

	/*
	  In: Body
	*/
	Payload *v1.WorkSubmit `json:"body,omitempty"`
}

CreateWorkSubmitOK ok

swagger:response createWorkSubmitOK

func NewCreateWorkSubmitOK

func NewCreateWorkSubmitOK() *CreateWorkSubmitOK

NewCreateWorkSubmitOK creates CreateWorkSubmitOK with default headers values

func (*CreateWorkSubmitOK) SetPayload

func (o *CreateWorkSubmitOK) SetPayload(payload *v1.WorkSubmit)

SetPayload sets the payload to the create work submit o k response

func (*CreateWorkSubmitOK) WithPayload

func (o *CreateWorkSubmitOK) WithPayload(payload *v1.WorkSubmit) *CreateWorkSubmitOK

WithPayload adds the payload to the create work submit o k response

func (*CreateWorkSubmitOK) WriteResponse

func (o *CreateWorkSubmitOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateWorkSubmitParams

type CreateWorkSubmitParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*作业提交信息
	  Required: true
	  In: body
	*/
	Body *v1.WorkSubmit
}

CreateWorkSubmitParams contains all the bound params for the create work submit operation typically these are obtained from a http.Request

swagger:parameters CreateWorkSubmit

func NewCreateWorkSubmitParams

func NewCreateWorkSubmitParams() CreateWorkSubmitParams

NewCreateWorkSubmitParams creates a new CreateWorkSubmitParams object

There are no default values defined in the spec.

func (*CreateWorkSubmitParams) BindRequest

func (o *CreateWorkSubmitParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateWorkSubmitParams() beforehand.

type CreateWorkSubmitURL

type CreateWorkSubmitURL struct {
	// contains filtered or unexported fields
}

CreateWorkSubmitURL generates an URL for the create work submit operation

func (*CreateWorkSubmitURL) Build

func (o *CreateWorkSubmitURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateWorkSubmitURL) BuildFull

func (o *CreateWorkSubmitURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateWorkSubmitURL) Must

func (o *CreateWorkSubmitURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateWorkSubmitURL) SetBasePath

func (o *CreateWorkSubmitURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateWorkSubmitURL) String

func (o *CreateWorkSubmitURL) String() string

String returns the string representation of the path with query string

func (*CreateWorkSubmitURL) StringFull

func (o *CreateWorkSubmitURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateWorkSubmitURL) WithBasePath

func (o *CreateWorkSubmitURL) WithBasePath(bp string) *CreateWorkSubmitURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateWorkURL

type CreateWorkURL struct {
	// contains filtered or unexported fields
}

CreateWorkURL generates an URL for the create work operation

func (*CreateWorkURL) Build

func (o *CreateWorkURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateWorkURL) BuildFull

func (o *CreateWorkURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateWorkURL) Must

func (o *CreateWorkURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateWorkURL) SetBasePath

func (o *CreateWorkURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateWorkURL) String

func (o *CreateWorkURL) String() string

String returns the string representation of the path with query string

func (*CreateWorkURL) StringFull

func (o *CreateWorkURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateWorkURL) WithBasePath

func (o *CreateWorkURL) WithBasePath(bp string) *CreateWorkURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteCaseData

type DeleteCaseData struct {
	Context *middleware.Context
	Handler DeleteCaseDataHandler
}
DeleteCaseData swagger:route DELETE /v1/caseData/{id} monitor deleteCaseData

删除病例数据信息

删除病例数据信息

func NewDeleteCaseData

func NewDeleteCaseData(ctx *middleware.Context, handler DeleteCaseDataHandler) *DeleteCaseData

NewDeleteCaseData creates a new http.Handler for the delete case data operation

func (*DeleteCaseData) ServeHTTP

func (o *DeleteCaseData) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type DeleteCaseDataHandler

type DeleteCaseDataHandler interface {
	Handle(DeleteCaseDataParams, *v1.Principal) middleware.Responder
}

DeleteCaseDataHandler interface for that can handle valid delete case data params

type DeleteCaseDataHandlerFunc

type DeleteCaseDataHandlerFunc func(DeleteCaseDataParams, *v1.Principal) middleware.Responder

DeleteCaseDataHandlerFunc turns a function with the right signature into a delete case data handler

func (DeleteCaseDataHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteCaseDataOK

type DeleteCaseDataOK struct {

	/*
	  In: Body
	*/
	Payload *v1.CaseData `json:"body,omitempty"`
}

DeleteCaseDataOK A successful response.

swagger:response deleteCaseDataOK

func NewDeleteCaseDataOK

func NewDeleteCaseDataOK() *DeleteCaseDataOK

NewDeleteCaseDataOK creates DeleteCaseDataOK with default headers values

func (*DeleteCaseDataOK) SetPayload

func (o *DeleteCaseDataOK) SetPayload(payload *v1.CaseData)

SetPayload sets the payload to the delete case data o k response

func (*DeleteCaseDataOK) WithPayload

func (o *DeleteCaseDataOK) WithPayload(payload *v1.CaseData) *DeleteCaseDataOK

WithPayload adds the payload to the delete case data o k response

func (*DeleteCaseDataOK) WriteResponse

func (o *DeleteCaseDataOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteCaseDataParams

type DeleteCaseDataParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*病例数据信息ID
	  Required: true
	  In: path
	*/
	ID string
}

DeleteCaseDataParams contains all the bound params for the delete case data operation typically these are obtained from a http.Request

swagger:parameters DeleteCaseData

func NewDeleteCaseDataParams

func NewDeleteCaseDataParams() DeleteCaseDataParams

NewDeleteCaseDataParams creates a new DeleteCaseDataParams object

There are no default values defined in the spec.

func (*DeleteCaseDataParams) BindRequest

func (o *DeleteCaseDataParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteCaseDataParams() beforehand.

type DeleteCaseDataURL

type DeleteCaseDataURL struct {
	ID string
	// contains filtered or unexported fields
}

DeleteCaseDataURL generates an URL for the delete case data operation

func (*DeleteCaseDataURL) Build

func (o *DeleteCaseDataURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteCaseDataURL) BuildFull

func (o *DeleteCaseDataURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteCaseDataURL) Must

func (o *DeleteCaseDataURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteCaseDataURL) SetBasePath

func (o *DeleteCaseDataURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteCaseDataURL) String

func (o *DeleteCaseDataURL) String() string

String returns the string representation of the path with query string

func (*DeleteCaseDataURL) StringFull

func (o *DeleteCaseDataURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteCaseDataURL) WithBasePath

func (o *DeleteCaseDataURL) WithBasePath(bp string) *DeleteCaseDataURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteClass

type DeleteClass struct {
	Context *middleware.Context
	Handler DeleteClassHandler
}
DeleteClass swagger:route DELETE /v1/class/{id} monitor deleteClass

删除班级信息

删除班级信息

func NewDeleteClass

func NewDeleteClass(ctx *middleware.Context, handler DeleteClassHandler) *DeleteClass

NewDeleteClass creates a new http.Handler for the delete class operation

func (*DeleteClass) ServeHTTP

func (o *DeleteClass) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type DeleteClassHandler

type DeleteClassHandler interface {
	Handle(DeleteClassParams, *v1.Principal) middleware.Responder
}

DeleteClassHandler interface for that can handle valid delete class params

type DeleteClassHandlerFunc

type DeleteClassHandlerFunc func(DeleteClassParams, *v1.Principal) middleware.Responder

DeleteClassHandlerFunc turns a function with the right signature into a delete class handler

func (DeleteClassHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteClassOK

type DeleteClassOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Class `json:"body,omitempty"`
}

DeleteClassOK A successful response.

swagger:response deleteClassOK

func NewDeleteClassOK

func NewDeleteClassOK() *DeleteClassOK

NewDeleteClassOK creates DeleteClassOK with default headers values

func (*DeleteClassOK) SetPayload

func (o *DeleteClassOK) SetPayload(payload *v1.Class)

SetPayload sets the payload to the delete class o k response

func (*DeleteClassOK) WithPayload

func (o *DeleteClassOK) WithPayload(payload *v1.Class) *DeleteClassOK

WithPayload adds the payload to the delete class o k response

func (*DeleteClassOK) WriteResponse

func (o *DeleteClassOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteClassParams

type DeleteClassParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*班级信息ID
	  Required: true
	  In: path
	*/
	ID string
}

DeleteClassParams contains all the bound params for the delete class operation typically these are obtained from a http.Request

swagger:parameters DeleteClass

func NewDeleteClassParams

func NewDeleteClassParams() DeleteClassParams

NewDeleteClassParams creates a new DeleteClassParams object

There are no default values defined in the spec.

func (*DeleteClassParams) BindRequest

func (o *DeleteClassParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteClassParams() beforehand.

type DeleteClassURL

type DeleteClassURL struct {
	ID string
	// contains filtered or unexported fields
}

DeleteClassURL generates an URL for the delete class operation

func (*DeleteClassURL) Build

func (o *DeleteClassURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteClassURL) BuildFull

func (o *DeleteClassURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteClassURL) Must

func (o *DeleteClassURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteClassURL) SetBasePath

func (o *DeleteClassURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteClassURL) String

func (o *DeleteClassURL) String() string

String returns the string representation of the path with query string

func (*DeleteClassURL) StringFull

func (o *DeleteClassURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteClassURL) WithBasePath

func (o *DeleteClassURL) WithBasePath(bp string) *DeleteClassURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteMeasureDetail

type DeleteMeasureDetail struct {
	Context *middleware.Context
	Handler DeleteMeasureDetailHandler
}
DeleteMeasureDetail swagger:route DELETE /v1/measureDetail/{id} monitor deleteMeasureDetail

删除测评数据明细信息

删除测评数据明细信息

func NewDeleteMeasureDetail

func NewDeleteMeasureDetail(ctx *middleware.Context, handler DeleteMeasureDetailHandler) *DeleteMeasureDetail

NewDeleteMeasureDetail creates a new http.Handler for the delete measure detail operation

func (*DeleteMeasureDetail) ServeHTTP

func (o *DeleteMeasureDetail) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type DeleteMeasureDetailHandler

type DeleteMeasureDetailHandler interface {
	Handle(DeleteMeasureDetailParams, *v1.Principal) middleware.Responder
}

DeleteMeasureDetailHandler interface for that can handle valid delete measure detail params

type DeleteMeasureDetailHandlerFunc

type DeleteMeasureDetailHandlerFunc func(DeleteMeasureDetailParams, *v1.Principal) middleware.Responder

DeleteMeasureDetailHandlerFunc turns a function with the right signature into a delete measure detail handler

func (DeleteMeasureDetailHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteMeasureDetailOK

type DeleteMeasureDetailOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureDetail `json:"body,omitempty"`
}

DeleteMeasureDetailOK A successful response.

swagger:response deleteMeasureDetailOK

func NewDeleteMeasureDetailOK

func NewDeleteMeasureDetailOK() *DeleteMeasureDetailOK

NewDeleteMeasureDetailOK creates DeleteMeasureDetailOK with default headers values

func (*DeleteMeasureDetailOK) SetPayload

func (o *DeleteMeasureDetailOK) SetPayload(payload *v1.MeasureDetail)

SetPayload sets the payload to the delete measure detail o k response

func (*DeleteMeasureDetailOK) WithPayload

func (o *DeleteMeasureDetailOK) WithPayload(payload *v1.MeasureDetail) *DeleteMeasureDetailOK

WithPayload adds the payload to the delete measure detail o k response

func (*DeleteMeasureDetailOK) WriteResponse

func (o *DeleteMeasureDetailOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteMeasureDetailParams

type DeleteMeasureDetailParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*测评数据明细信息ID
	  Required: true
	  In: path
	*/
	ID string
}

DeleteMeasureDetailParams contains all the bound params for the delete measure detail operation typically these are obtained from a http.Request

swagger:parameters DeleteMeasureDetail

func NewDeleteMeasureDetailParams

func NewDeleteMeasureDetailParams() DeleteMeasureDetailParams

NewDeleteMeasureDetailParams creates a new DeleteMeasureDetailParams object

There are no default values defined in the spec.

func (*DeleteMeasureDetailParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteMeasureDetailParams() beforehand.

type DeleteMeasureDetailURL

type DeleteMeasureDetailURL struct {
	ID string
	// contains filtered or unexported fields
}

DeleteMeasureDetailURL generates an URL for the delete measure detail operation

func (*DeleteMeasureDetailURL) Build

func (o *DeleteMeasureDetailURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteMeasureDetailURL) BuildFull

func (o *DeleteMeasureDetailURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteMeasureDetailURL) Must

func (o *DeleteMeasureDetailURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteMeasureDetailURL) SetBasePath

func (o *DeleteMeasureDetailURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteMeasureDetailURL) String

func (o *DeleteMeasureDetailURL) String() string

String returns the string representation of the path with query string

func (*DeleteMeasureDetailURL) StringFull

func (o *DeleteMeasureDetailURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteMeasureDetailURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteMeasureResult

type DeleteMeasureResult struct {
	Context *middleware.Context
	Handler DeleteMeasureResultHandler
}
DeleteMeasureResult swagger:route DELETE /v1/measureResult/{id} monitor deleteMeasureResult

删除测评数据结果分析信息

删除测评数据结果分析信息

func NewDeleteMeasureResult

func NewDeleteMeasureResult(ctx *middleware.Context, handler DeleteMeasureResultHandler) *DeleteMeasureResult

NewDeleteMeasureResult creates a new http.Handler for the delete measure result operation

func (*DeleteMeasureResult) ServeHTTP

func (o *DeleteMeasureResult) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type DeleteMeasureResultHandler

type DeleteMeasureResultHandler interface {
	Handle(DeleteMeasureResultParams, *v1.Principal) middleware.Responder
}

DeleteMeasureResultHandler interface for that can handle valid delete measure result params

type DeleteMeasureResultHandlerFunc

type DeleteMeasureResultHandlerFunc func(DeleteMeasureResultParams, *v1.Principal) middleware.Responder

DeleteMeasureResultHandlerFunc turns a function with the right signature into a delete measure result handler

func (DeleteMeasureResultHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteMeasureResultOK

type DeleteMeasureResultOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureResult `json:"body,omitempty"`
}

DeleteMeasureResultOK A successful response.

swagger:response deleteMeasureResultOK

func NewDeleteMeasureResultOK

func NewDeleteMeasureResultOK() *DeleteMeasureResultOK

NewDeleteMeasureResultOK creates DeleteMeasureResultOK with default headers values

func (*DeleteMeasureResultOK) SetPayload

func (o *DeleteMeasureResultOK) SetPayload(payload *v1.MeasureResult)

SetPayload sets the payload to the delete measure result o k response

func (*DeleteMeasureResultOK) WithPayload

func (o *DeleteMeasureResultOK) WithPayload(payload *v1.MeasureResult) *DeleteMeasureResultOK

WithPayload adds the payload to the delete measure result o k response

func (*DeleteMeasureResultOK) WriteResponse

func (o *DeleteMeasureResultOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteMeasureResultParams

type DeleteMeasureResultParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*测评数据结果分析信息ID
	  Required: true
	  In: path
	*/
	ID string
}

DeleteMeasureResultParams contains all the bound params for the delete measure result operation typically these are obtained from a http.Request

swagger:parameters DeleteMeasureResult

func NewDeleteMeasureResultParams

func NewDeleteMeasureResultParams() DeleteMeasureResultParams

NewDeleteMeasureResultParams creates a new DeleteMeasureResultParams object

There are no default values defined in the spec.

func (*DeleteMeasureResultParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteMeasureResultParams() beforehand.

type DeleteMeasureResultURL

type DeleteMeasureResultURL struct {
	ID string
	// contains filtered or unexported fields
}

DeleteMeasureResultURL generates an URL for the delete measure result operation

func (*DeleteMeasureResultURL) Build

func (o *DeleteMeasureResultURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteMeasureResultURL) BuildFull

func (o *DeleteMeasureResultURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteMeasureResultURL) Must

func (o *DeleteMeasureResultURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteMeasureResultURL) SetBasePath

func (o *DeleteMeasureResultURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteMeasureResultURL) String

func (o *DeleteMeasureResultURL) String() string

String returns the string representation of the path with query string

func (*DeleteMeasureResultURL) StringFull

func (o *DeleteMeasureResultURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteMeasureResultURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteMoveData

type DeleteMoveData struct {
	Context *middleware.Context
	Handler DeleteMoveDataHandler
}
DeleteMoveData swagger:route DELETE /v1/moveData/{id} monitor deleteMoveData

删除运动数据信息

删除运动数据信息

func NewDeleteMoveData

func NewDeleteMoveData(ctx *middleware.Context, handler DeleteMoveDataHandler) *DeleteMoveData

NewDeleteMoveData creates a new http.Handler for the delete move data operation

func (*DeleteMoveData) ServeHTTP

func (o *DeleteMoveData) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type DeleteMoveDataHandler

type DeleteMoveDataHandler interface {
	Handle(DeleteMoveDataParams, *v1.Principal) middleware.Responder
}

DeleteMoveDataHandler interface for that can handle valid delete move data params

type DeleteMoveDataHandlerFunc

type DeleteMoveDataHandlerFunc func(DeleteMoveDataParams, *v1.Principal) middleware.Responder

DeleteMoveDataHandlerFunc turns a function with the right signature into a delete move data handler

func (DeleteMoveDataHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteMoveDataOK

type DeleteMoveDataOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MoveData `json:"body,omitempty"`
}

DeleteMoveDataOK A successful response.

swagger:response deleteMoveDataOK

func NewDeleteMoveDataOK

func NewDeleteMoveDataOK() *DeleteMoveDataOK

NewDeleteMoveDataOK creates DeleteMoveDataOK with default headers values

func (*DeleteMoveDataOK) SetPayload

func (o *DeleteMoveDataOK) SetPayload(payload *v1.MoveData)

SetPayload sets the payload to the delete move data o k response

func (*DeleteMoveDataOK) WithPayload

func (o *DeleteMoveDataOK) WithPayload(payload *v1.MoveData) *DeleteMoveDataOK

WithPayload adds the payload to the delete move data o k response

func (*DeleteMoveDataOK) WriteResponse

func (o *DeleteMoveDataOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteMoveDataParams

type DeleteMoveDataParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*运动数据信息ID
	  Required: true
	  In: path
	*/
	ID string
}

DeleteMoveDataParams contains all the bound params for the delete move data operation typically these are obtained from a http.Request

swagger:parameters DeleteMoveData

func NewDeleteMoveDataParams

func NewDeleteMoveDataParams() DeleteMoveDataParams

NewDeleteMoveDataParams creates a new DeleteMoveDataParams object

There are no default values defined in the spec.

func (*DeleteMoveDataParams) BindRequest

func (o *DeleteMoveDataParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteMoveDataParams() beforehand.

type DeleteMoveDataURL

type DeleteMoveDataURL struct {
	ID string
	// contains filtered or unexported fields
}

DeleteMoveDataURL generates an URL for the delete move data operation

func (*DeleteMoveDataURL) Build

func (o *DeleteMoveDataURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteMoveDataURL) BuildFull

func (o *DeleteMoveDataURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteMoveDataURL) Must

func (o *DeleteMoveDataURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteMoveDataURL) SetBasePath

func (o *DeleteMoveDataURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteMoveDataURL) String

func (o *DeleteMoveDataURL) String() string

String returns the string representation of the path with query string

func (*DeleteMoveDataURL) StringFull

func (o *DeleteMoveDataURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteMoveDataURL) WithBasePath

func (o *DeleteMoveDataURL) WithBasePath(bp string) *DeleteMoveDataURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteMovePrescription

type DeleteMovePrescription struct {
	Context *middleware.Context
	Handler DeleteMovePrescriptionHandler
}
DeleteMovePrescription swagger:route DELETE /v1/movePrescription/{id} monitor deleteMovePrescription

删除运动处方信息

删除运动处方信息

func NewDeleteMovePrescription

func NewDeleteMovePrescription(ctx *middleware.Context, handler DeleteMovePrescriptionHandler) *DeleteMovePrescription

NewDeleteMovePrescription creates a new http.Handler for the delete move prescription operation

func (*DeleteMovePrescription) ServeHTTP

func (o *DeleteMovePrescription) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type DeleteMovePrescriptionHandler

type DeleteMovePrescriptionHandler interface {
	Handle(DeleteMovePrescriptionParams, *v1.Principal) middleware.Responder
}

DeleteMovePrescriptionHandler interface for that can handle valid delete move prescription params

type DeleteMovePrescriptionHandlerFunc

type DeleteMovePrescriptionHandlerFunc func(DeleteMovePrescriptionParams, *v1.Principal) middleware.Responder

DeleteMovePrescriptionHandlerFunc turns a function with the right signature into a delete move prescription handler

func (DeleteMovePrescriptionHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteMovePrescriptionOK

type DeleteMovePrescriptionOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MovePrescription `json:"body,omitempty"`
}

DeleteMovePrescriptionOK A successful response.

swagger:response deleteMovePrescriptionOK

func NewDeleteMovePrescriptionOK

func NewDeleteMovePrescriptionOK() *DeleteMovePrescriptionOK

NewDeleteMovePrescriptionOK creates DeleteMovePrescriptionOK with default headers values

func (*DeleteMovePrescriptionOK) SetPayload

func (o *DeleteMovePrescriptionOK) SetPayload(payload *v1.MovePrescription)

SetPayload sets the payload to the delete move prescription o k response

func (*DeleteMovePrescriptionOK) WithPayload

WithPayload adds the payload to the delete move prescription o k response

func (*DeleteMovePrescriptionOK) WriteResponse

func (o *DeleteMovePrescriptionOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteMovePrescriptionParams

type DeleteMovePrescriptionParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*运动处方信息ID
	  Required: true
	  In: path
	*/
	ID string
}

DeleteMovePrescriptionParams contains all the bound params for the delete move prescription operation typically these are obtained from a http.Request

swagger:parameters DeleteMovePrescription

func NewDeleteMovePrescriptionParams

func NewDeleteMovePrescriptionParams() DeleteMovePrescriptionParams

NewDeleteMovePrescriptionParams creates a new DeleteMovePrescriptionParams object

There are no default values defined in the spec.

func (*DeleteMovePrescriptionParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteMovePrescriptionParams() beforehand.

type DeleteMovePrescriptionURL

type DeleteMovePrescriptionURL struct {
	ID string
	// contains filtered or unexported fields
}

DeleteMovePrescriptionURL generates an URL for the delete move prescription operation

func (*DeleteMovePrescriptionURL) Build

func (o *DeleteMovePrescriptionURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteMovePrescriptionURL) BuildFull

func (o *DeleteMovePrescriptionURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteMovePrescriptionURL) Must

func (o *DeleteMovePrescriptionURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteMovePrescriptionURL) SetBasePath

func (o *DeleteMovePrescriptionURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteMovePrescriptionURL) String

func (o *DeleteMovePrescriptionURL) String() string

String returns the string representation of the path with query string

func (*DeleteMovePrescriptionURL) StringFull

func (o *DeleteMovePrescriptionURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteMovePrescriptionURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteWork

type DeleteWork struct {
	Context *middleware.Context
	Handler DeleteWorkHandler
}
DeleteWork swagger:route DELETE /v1/work/{id} monitor deleteWork

删除作业信息

删除作业信息

func NewDeleteWork

func NewDeleteWork(ctx *middleware.Context, handler DeleteWorkHandler) *DeleteWork

NewDeleteWork creates a new http.Handler for the delete work operation

func (*DeleteWork) ServeHTTP

func (o *DeleteWork) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type DeleteWorkHandler

type DeleteWorkHandler interface {
	Handle(DeleteWorkParams, *v1.Principal) middleware.Responder
}

DeleteWorkHandler interface for that can handle valid delete work params

type DeleteWorkHandlerFunc

type DeleteWorkHandlerFunc func(DeleteWorkParams, *v1.Principal) middleware.Responder

DeleteWorkHandlerFunc turns a function with the right signature into a delete work handler

func (DeleteWorkHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteWorkOK

type DeleteWorkOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Work `json:"body,omitempty"`
}

DeleteWorkOK A successful response.

swagger:response deleteWorkOK

func NewDeleteWorkOK

func NewDeleteWorkOK() *DeleteWorkOK

NewDeleteWorkOK creates DeleteWorkOK with default headers values

func (*DeleteWorkOK) SetPayload

func (o *DeleteWorkOK) SetPayload(payload *v1.Work)

SetPayload sets the payload to the delete work o k response

func (*DeleteWorkOK) WithPayload

func (o *DeleteWorkOK) WithPayload(payload *v1.Work) *DeleteWorkOK

WithPayload adds the payload to the delete work o k response

func (*DeleteWorkOK) WriteResponse

func (o *DeleteWorkOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteWorkParams

type DeleteWorkParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*作业信息ID
	  Required: true
	  In: path
	*/
	ID string
}

DeleteWorkParams contains all the bound params for the delete work operation typically these are obtained from a http.Request

swagger:parameters DeleteWork

func NewDeleteWorkParams

func NewDeleteWorkParams() DeleteWorkParams

NewDeleteWorkParams creates a new DeleteWorkParams object

There are no default values defined in the spec.

func (*DeleteWorkParams) BindRequest

func (o *DeleteWorkParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteWorkParams() beforehand.

type DeleteWorkSubmit

type DeleteWorkSubmit struct {
	Context *middleware.Context
	Handler DeleteWorkSubmitHandler
}
DeleteWorkSubmit swagger:route DELETE /v1/workSubmit/{id} monitor deleteWorkSubmit

删除作业提交信息

删除作业提交信息

func NewDeleteWorkSubmit

func NewDeleteWorkSubmit(ctx *middleware.Context, handler DeleteWorkSubmitHandler) *DeleteWorkSubmit

NewDeleteWorkSubmit creates a new http.Handler for the delete work submit operation

func (*DeleteWorkSubmit) ServeHTTP

func (o *DeleteWorkSubmit) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type DeleteWorkSubmitHandler

type DeleteWorkSubmitHandler interface {
	Handle(DeleteWorkSubmitParams, *v1.Principal) middleware.Responder
}

DeleteWorkSubmitHandler interface for that can handle valid delete work submit params

type DeleteWorkSubmitHandlerFunc

type DeleteWorkSubmitHandlerFunc func(DeleteWorkSubmitParams, *v1.Principal) middleware.Responder

DeleteWorkSubmitHandlerFunc turns a function with the right signature into a delete work submit handler

func (DeleteWorkSubmitHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteWorkSubmitOK

type DeleteWorkSubmitOK struct {

	/*
	  In: Body
	*/
	Payload *v1.WorkSubmit `json:"body,omitempty"`
}

DeleteWorkSubmitOK A successful response.

swagger:response deleteWorkSubmitOK

func NewDeleteWorkSubmitOK

func NewDeleteWorkSubmitOK() *DeleteWorkSubmitOK

NewDeleteWorkSubmitOK creates DeleteWorkSubmitOK with default headers values

func (*DeleteWorkSubmitOK) SetPayload

func (o *DeleteWorkSubmitOK) SetPayload(payload *v1.WorkSubmit)

SetPayload sets the payload to the delete work submit o k response

func (*DeleteWorkSubmitOK) WithPayload

func (o *DeleteWorkSubmitOK) WithPayload(payload *v1.WorkSubmit) *DeleteWorkSubmitOK

WithPayload adds the payload to the delete work submit o k response

func (*DeleteWorkSubmitOK) WriteResponse

func (o *DeleteWorkSubmitOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteWorkSubmitParams

type DeleteWorkSubmitParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*作业提交信息ID
	  Required: true
	  In: path
	*/
	ID string
}

DeleteWorkSubmitParams contains all the bound params for the delete work submit operation typically these are obtained from a http.Request

swagger:parameters DeleteWorkSubmit

func NewDeleteWorkSubmitParams

func NewDeleteWorkSubmitParams() DeleteWorkSubmitParams

NewDeleteWorkSubmitParams creates a new DeleteWorkSubmitParams object

There are no default values defined in the spec.

func (*DeleteWorkSubmitParams) BindRequest

func (o *DeleteWorkSubmitParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteWorkSubmitParams() beforehand.

type DeleteWorkSubmitURL

type DeleteWorkSubmitURL struct {
	ID string
	// contains filtered or unexported fields
}

DeleteWorkSubmitURL generates an URL for the delete work submit operation

func (*DeleteWorkSubmitURL) Build

func (o *DeleteWorkSubmitURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteWorkSubmitURL) BuildFull

func (o *DeleteWorkSubmitURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteWorkSubmitURL) Must

func (o *DeleteWorkSubmitURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteWorkSubmitURL) SetBasePath

func (o *DeleteWorkSubmitURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteWorkSubmitURL) String

func (o *DeleteWorkSubmitURL) String() string

String returns the string representation of the path with query string

func (*DeleteWorkSubmitURL) StringFull

func (o *DeleteWorkSubmitURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteWorkSubmitURL) WithBasePath

func (o *DeleteWorkSubmitURL) WithBasePath(bp string) *DeleteWorkSubmitURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteWorkURL

type DeleteWorkURL struct {
	ID string
	// contains filtered or unexported fields
}

DeleteWorkURL generates an URL for the delete work operation

func (*DeleteWorkURL) Build

func (o *DeleteWorkURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteWorkURL) BuildFull

func (o *DeleteWorkURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteWorkURL) Must

func (o *DeleteWorkURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteWorkURL) SetBasePath

func (o *DeleteWorkURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteWorkURL) String

func (o *DeleteWorkURL) String() string

String returns the string representation of the path with query string

func (*DeleteWorkURL) StringFull

func (o *DeleteWorkURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteWorkURL) WithBasePath

func (o *DeleteWorkURL) WithBasePath(bp string) *DeleteWorkURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetCaseData

type GetCaseData struct {
	Context *middleware.Context
	Handler GetCaseDataHandler
}
GetCaseData swagger:route GET /v1/caseData/{id} monitor getCaseData

获取病例数据信息

获取病例数据信息

func NewGetCaseData

func NewGetCaseData(ctx *middleware.Context, handler GetCaseDataHandler) *GetCaseData

NewGetCaseData creates a new http.Handler for the get case data operation

func (*GetCaseData) ServeHTTP

func (o *GetCaseData) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetCaseDataHandler

type GetCaseDataHandler interface {
	Handle(GetCaseDataParams, *v1.Principal) middleware.Responder
}

GetCaseDataHandler interface for that can handle valid get case data params

type GetCaseDataHandlerFunc

type GetCaseDataHandlerFunc func(GetCaseDataParams, *v1.Principal) middleware.Responder

GetCaseDataHandlerFunc turns a function with the right signature into a get case data handler

func (GetCaseDataHandlerFunc) Handle

Handle executing the request and returning a response

type GetCaseDataOK

type GetCaseDataOK struct {

	/*
	  In: Body
	*/
	Payload *v1.CaseData `json:"body,omitempty"`
}

GetCaseDataOK A successful response.

swagger:response getCaseDataOK

func NewGetCaseDataOK

func NewGetCaseDataOK() *GetCaseDataOK

NewGetCaseDataOK creates GetCaseDataOK with default headers values

func (*GetCaseDataOK) SetPayload

func (o *GetCaseDataOK) SetPayload(payload *v1.CaseData)

SetPayload sets the payload to the get case data o k response

func (*GetCaseDataOK) WithPayload

func (o *GetCaseDataOK) WithPayload(payload *v1.CaseData) *GetCaseDataOK

WithPayload adds the payload to the get case data o k response

func (*GetCaseDataOK) WriteResponse

func (o *GetCaseDataOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetCaseDataParams

type GetCaseDataParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*病例数据信息ID
	  Required: true
	  In: path
	*/
	ID string
}

GetCaseDataParams contains all the bound params for the get case data operation typically these are obtained from a http.Request

swagger:parameters GetCaseData

func NewGetCaseDataParams

func NewGetCaseDataParams() GetCaseDataParams

NewGetCaseDataParams creates a new GetCaseDataParams object

There are no default values defined in the spec.

func (*GetCaseDataParams) BindRequest

func (o *GetCaseDataParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetCaseDataParams() beforehand.

type GetCaseDataURL

type GetCaseDataURL struct {
	ID string
	// contains filtered or unexported fields
}

GetCaseDataURL generates an URL for the get case data operation

func (*GetCaseDataURL) Build

func (o *GetCaseDataURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetCaseDataURL) BuildFull

func (o *GetCaseDataURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetCaseDataURL) Must

func (o *GetCaseDataURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetCaseDataURL) SetBasePath

func (o *GetCaseDataURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetCaseDataURL) String

func (o *GetCaseDataURL) String() string

String returns the string representation of the path with query string

func (*GetCaseDataURL) StringFull

func (o *GetCaseDataURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetCaseDataURL) WithBasePath

func (o *GetCaseDataURL) WithBasePath(bp string) *GetCaseDataURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetCaseDatas

type GetCaseDatas struct {
	Context *middleware.Context
	Handler GetCaseDatasHandler
}
GetCaseDatas swagger:route GET /v1/caseDatas monitor getCaseDatas

获取病例数据信息列表

获取病例数据信息列表

func NewGetCaseDatas

func NewGetCaseDatas(ctx *middleware.Context, handler GetCaseDatasHandler) *GetCaseDatas

NewGetCaseDatas creates a new http.Handler for the get case datas operation

func (*GetCaseDatas) ServeHTTP

func (o *GetCaseDatas) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetCaseDatasHandler

type GetCaseDatasHandler interface {
	Handle(GetCaseDatasParams, *v1.Principal) middleware.Responder
}

GetCaseDatasHandler interface for that can handle valid get case datas params

type GetCaseDatasHandlerFunc

type GetCaseDatasHandlerFunc func(GetCaseDatasParams, *v1.Principal) middleware.Responder

GetCaseDatasHandlerFunc turns a function with the right signature into a get case datas handler

func (GetCaseDatasHandlerFunc) Handle

Handle executing the request and returning a response

type GetCaseDatasOK

type GetCaseDatasOK struct {

	/*
	  In: Body
	*/
	Payload *v1.CaseDatas `json:"body,omitempty"`
}

GetCaseDatasOK ok

swagger:response getCaseDatasOK

func NewGetCaseDatasOK

func NewGetCaseDatasOK() *GetCaseDatasOK

NewGetCaseDatasOK creates GetCaseDatasOK with default headers values

func (*GetCaseDatasOK) SetPayload

func (o *GetCaseDatasOK) SetPayload(payload *v1.CaseDatas)

SetPayload sets the payload to the get case datas o k response

func (*GetCaseDatasOK) WithPayload

func (o *GetCaseDatasOK) WithPayload(payload *v1.CaseDatas) *GetCaseDatasOK

WithPayload adds the payload to the get case datas o k response

func (*GetCaseDatasOK) WriteResponse

func (o *GetCaseDatasOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetCaseDatasParams

type GetCaseDatasParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*限制条目数
	  In: query
	*/
	Limit *int64
	/*筛选条件
	  In: query
	*/
	Query *string
	/*翻过条目数
	  In: query
	*/
	Skip *int64
}

GetCaseDatasParams contains all the bound params for the get case datas operation typically these are obtained from a http.Request

swagger:parameters GetCaseDatas

func NewGetCaseDatasParams

func NewGetCaseDatasParams() GetCaseDatasParams

NewGetCaseDatasParams creates a new GetCaseDatasParams object

There are no default values defined in the spec.

func (*GetCaseDatasParams) BindRequest

func (o *GetCaseDatasParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetCaseDatasParams() beforehand.

type GetCaseDatasURL

type GetCaseDatasURL struct {
	Limit *int64
	Query *string
	Skip  *int64
	// contains filtered or unexported fields
}

GetCaseDatasURL generates an URL for the get case datas operation

func (*GetCaseDatasURL) Build

func (o *GetCaseDatasURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetCaseDatasURL) BuildFull

func (o *GetCaseDatasURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetCaseDatasURL) Must

func (o *GetCaseDatasURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetCaseDatasURL) SetBasePath

func (o *GetCaseDatasURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetCaseDatasURL) String

func (o *GetCaseDatasURL) String() string

String returns the string representation of the path with query string

func (*GetCaseDatasURL) StringFull

func (o *GetCaseDatasURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetCaseDatasURL) WithBasePath

func (o *GetCaseDatasURL) WithBasePath(bp string) *GetCaseDatasURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetClass

type GetClass struct {
	Context *middleware.Context
	Handler GetClassHandler
}
GetClass swagger:route GET /v1/class/{id} monitor getClass

获取班级信息

获取班级信息

func NewGetClass

func NewGetClass(ctx *middleware.Context, handler GetClassHandler) *GetClass

NewGetClass creates a new http.Handler for the get class operation

func (*GetClass) ServeHTTP

func (o *GetClass) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetClassHandler

type GetClassHandler interface {
	Handle(GetClassParams, *v1.Principal) middleware.Responder
}

GetClassHandler interface for that can handle valid get class params

type GetClassHandlerFunc

type GetClassHandlerFunc func(GetClassParams, *v1.Principal) middleware.Responder

GetClassHandlerFunc turns a function with the right signature into a get class handler

func (GetClassHandlerFunc) Handle

func (fn GetClassHandlerFunc) Handle(params GetClassParams, principal *v1.Principal) middleware.Responder

Handle executing the request and returning a response

type GetClassOK

type GetClassOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Class `json:"body,omitempty"`
}

GetClassOK A successful response.

swagger:response getClassOK

func NewGetClassOK

func NewGetClassOK() *GetClassOK

NewGetClassOK creates GetClassOK with default headers values

func (*GetClassOK) SetPayload

func (o *GetClassOK) SetPayload(payload *v1.Class)

SetPayload sets the payload to the get class o k response

func (*GetClassOK) WithPayload

func (o *GetClassOK) WithPayload(payload *v1.Class) *GetClassOK

WithPayload adds the payload to the get class o k response

func (*GetClassOK) WriteResponse

func (o *GetClassOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetClassParams

type GetClassParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*班级信息ID
	  Required: true
	  In: path
	*/
	ID string
}

GetClassParams contains all the bound params for the get class operation typically these are obtained from a http.Request

swagger:parameters GetClass

func NewGetClassParams

func NewGetClassParams() GetClassParams

NewGetClassParams creates a new GetClassParams object

There are no default values defined in the spec.

func (*GetClassParams) BindRequest

func (o *GetClassParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetClassParams() beforehand.

type GetClassURL

type GetClassURL struct {
	ID string
	// contains filtered or unexported fields
}

GetClassURL generates an URL for the get class operation

func (*GetClassURL) Build

func (o *GetClassURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetClassURL) BuildFull

func (o *GetClassURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetClassURL) Must

func (o *GetClassURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetClassURL) SetBasePath

func (o *GetClassURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetClassURL) String

func (o *GetClassURL) String() string

String returns the string representation of the path with query string

func (*GetClassURL) StringFull

func (o *GetClassURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetClassURL) WithBasePath

func (o *GetClassURL) WithBasePath(bp string) *GetClassURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetClasses

type GetClasses struct {
	Context *middleware.Context
	Handler GetClassesHandler
}
GetClasses swagger:route GET /v1/classes monitor getClasses

获取班级信息列表

获取班级信息列表

func NewGetClasses

func NewGetClasses(ctx *middleware.Context, handler GetClassesHandler) *GetClasses

NewGetClasses creates a new http.Handler for the get classes operation

func (*GetClasses) ServeHTTP

func (o *GetClasses) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetClassesHandler

type GetClassesHandler interface {
	Handle(GetClassesParams, *v1.Principal) middleware.Responder
}

GetClassesHandler interface for that can handle valid get classes params

type GetClassesHandlerFunc

type GetClassesHandlerFunc func(GetClassesParams, *v1.Principal) middleware.Responder

GetClassesHandlerFunc turns a function with the right signature into a get classes handler

func (GetClassesHandlerFunc) Handle

Handle executing the request and returning a response

type GetClassesOK

type GetClassesOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Classes `json:"body,omitempty"`
}

GetClassesOK ok

swagger:response getClassesOK

func NewGetClassesOK

func NewGetClassesOK() *GetClassesOK

NewGetClassesOK creates GetClassesOK with default headers values

func (*GetClassesOK) SetPayload

func (o *GetClassesOK) SetPayload(payload *v1.Classes)

SetPayload sets the payload to the get classes o k response

func (*GetClassesOK) WithPayload

func (o *GetClassesOK) WithPayload(payload *v1.Classes) *GetClassesOK

WithPayload adds the payload to the get classes o k response

func (*GetClassesOK) WriteResponse

func (o *GetClassesOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetClassesParams

type GetClassesParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*限制条目数
	  In: query
	*/
	Limit *int64
	/*筛选条件
	  In: query
	*/
	Query *string
	/*翻过条目数
	  In: query
	*/
	Skip *int64
}

GetClassesParams contains all the bound params for the get classes operation typically these are obtained from a http.Request

swagger:parameters GetClasses

func NewGetClassesParams

func NewGetClassesParams() GetClassesParams

NewGetClassesParams creates a new GetClassesParams object

There are no default values defined in the spec.

func (*GetClassesParams) BindRequest

func (o *GetClassesParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetClassesParams() beforehand.

type GetClassesURL

type GetClassesURL struct {
	Limit *int64
	Query *string
	Skip  *int64
	// contains filtered or unexported fields
}

GetClassesURL generates an URL for the get classes operation

func (*GetClassesURL) Build

func (o *GetClassesURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetClassesURL) BuildFull

func (o *GetClassesURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetClassesURL) Must

func (o *GetClassesURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetClassesURL) SetBasePath

func (o *GetClassesURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetClassesURL) String

func (o *GetClassesURL) String() string

String returns the string representation of the path with query string

func (*GetClassesURL) StringFull

func (o *GetClassesURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetClassesURL) WithBasePath

func (o *GetClassesURL) WithBasePath(bp string) *GetClassesURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetMeasureDetail

type GetMeasureDetail struct {
	Context *middleware.Context
	Handler GetMeasureDetailHandler
}
GetMeasureDetail swagger:route GET /v1/measureDetail/{id} monitor getMeasureDetail

获取测评数据明细信息

获取测评数据明细信息

func NewGetMeasureDetail

func NewGetMeasureDetail(ctx *middleware.Context, handler GetMeasureDetailHandler) *GetMeasureDetail

NewGetMeasureDetail creates a new http.Handler for the get measure detail operation

func (*GetMeasureDetail) ServeHTTP

func (o *GetMeasureDetail) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetMeasureDetailHandler

type GetMeasureDetailHandler interface {
	Handle(GetMeasureDetailParams, *v1.Principal) middleware.Responder
}

GetMeasureDetailHandler interface for that can handle valid get measure detail params

type GetMeasureDetailHandlerFunc

type GetMeasureDetailHandlerFunc func(GetMeasureDetailParams, *v1.Principal) middleware.Responder

GetMeasureDetailHandlerFunc turns a function with the right signature into a get measure detail handler

func (GetMeasureDetailHandlerFunc) Handle

Handle executing the request and returning a response

type GetMeasureDetailOK

type GetMeasureDetailOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureDetail `json:"body,omitempty"`
}

GetMeasureDetailOK A successful response.

swagger:response getMeasureDetailOK

func NewGetMeasureDetailOK

func NewGetMeasureDetailOK() *GetMeasureDetailOK

NewGetMeasureDetailOK creates GetMeasureDetailOK with default headers values

func (*GetMeasureDetailOK) SetPayload

func (o *GetMeasureDetailOK) SetPayload(payload *v1.MeasureDetail)

SetPayload sets the payload to the get measure detail o k response

func (*GetMeasureDetailOK) WithPayload

func (o *GetMeasureDetailOK) WithPayload(payload *v1.MeasureDetail) *GetMeasureDetailOK

WithPayload adds the payload to the get measure detail o k response

func (*GetMeasureDetailOK) WriteResponse

func (o *GetMeasureDetailOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetMeasureDetailParams

type GetMeasureDetailParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*测评数据明细信息ID
	  Required: true
	  In: path
	*/
	ID string
}

GetMeasureDetailParams contains all the bound params for the get measure detail operation typically these are obtained from a http.Request

swagger:parameters GetMeasureDetail

func NewGetMeasureDetailParams

func NewGetMeasureDetailParams() GetMeasureDetailParams

NewGetMeasureDetailParams creates a new GetMeasureDetailParams object

There are no default values defined in the spec.

func (*GetMeasureDetailParams) BindRequest

func (o *GetMeasureDetailParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetMeasureDetailParams() beforehand.

type GetMeasureDetailURL

type GetMeasureDetailURL struct {
	ID string
	// contains filtered or unexported fields
}

GetMeasureDetailURL generates an URL for the get measure detail operation

func (*GetMeasureDetailURL) Build

func (o *GetMeasureDetailURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetMeasureDetailURL) BuildFull

func (o *GetMeasureDetailURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetMeasureDetailURL) Must

func (o *GetMeasureDetailURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetMeasureDetailURL) SetBasePath

func (o *GetMeasureDetailURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetMeasureDetailURL) String

func (o *GetMeasureDetailURL) String() string

String returns the string representation of the path with query string

func (*GetMeasureDetailURL) StringFull

func (o *GetMeasureDetailURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetMeasureDetailURL) WithBasePath

func (o *GetMeasureDetailURL) WithBasePath(bp string) *GetMeasureDetailURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetMeasureDetails

type GetMeasureDetails struct {
	Context *middleware.Context
	Handler GetMeasureDetailsHandler
}
GetMeasureDetails swagger:route GET /v1/measureDetails monitor getMeasureDetails

获取测评数据明细信息列表

获取测评数据明细信息列表

func NewGetMeasureDetails

func NewGetMeasureDetails(ctx *middleware.Context, handler GetMeasureDetailsHandler) *GetMeasureDetails

NewGetMeasureDetails creates a new http.Handler for the get measure details operation

func (*GetMeasureDetails) ServeHTTP

func (o *GetMeasureDetails) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetMeasureDetailsHandler

type GetMeasureDetailsHandler interface {
	Handle(GetMeasureDetailsParams, *v1.Principal) middleware.Responder
}

GetMeasureDetailsHandler interface for that can handle valid get measure details params

type GetMeasureDetailsHandlerFunc

type GetMeasureDetailsHandlerFunc func(GetMeasureDetailsParams, *v1.Principal) middleware.Responder

GetMeasureDetailsHandlerFunc turns a function with the right signature into a get measure details handler

func (GetMeasureDetailsHandlerFunc) Handle

Handle executing the request and returning a response

type GetMeasureDetailsOK

type GetMeasureDetailsOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureDetails `json:"body,omitempty"`
}

GetMeasureDetailsOK ok

swagger:response getMeasureDetailsOK

func NewGetMeasureDetailsOK

func NewGetMeasureDetailsOK() *GetMeasureDetailsOK

NewGetMeasureDetailsOK creates GetMeasureDetailsOK with default headers values

func (*GetMeasureDetailsOK) SetPayload

func (o *GetMeasureDetailsOK) SetPayload(payload *v1.MeasureDetails)

SetPayload sets the payload to the get measure details o k response

func (*GetMeasureDetailsOK) WithPayload

func (o *GetMeasureDetailsOK) WithPayload(payload *v1.MeasureDetails) *GetMeasureDetailsOK

WithPayload adds the payload to the get measure details o k response

func (*GetMeasureDetailsOK) WriteResponse

func (o *GetMeasureDetailsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetMeasureDetailsParams

type GetMeasureDetailsParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*限制条目数
	  In: query
	*/
	Limit *int64
	/*筛选条件
	  In: query
	*/
	Query *string
	/*翻过条目数
	  In: query
	*/
	Skip *int64
}

GetMeasureDetailsParams contains all the bound params for the get measure details operation typically these are obtained from a http.Request

swagger:parameters GetMeasureDetails

func NewGetMeasureDetailsParams

func NewGetMeasureDetailsParams() GetMeasureDetailsParams

NewGetMeasureDetailsParams creates a new GetMeasureDetailsParams object

There are no default values defined in the spec.

func (*GetMeasureDetailsParams) BindRequest

func (o *GetMeasureDetailsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetMeasureDetailsParams() beforehand.

type GetMeasureDetailsURL

type GetMeasureDetailsURL struct {
	Limit *int64
	Query *string
	Skip  *int64
	// contains filtered or unexported fields
}

GetMeasureDetailsURL generates an URL for the get measure details operation

func (*GetMeasureDetailsURL) Build

func (o *GetMeasureDetailsURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetMeasureDetailsURL) BuildFull

func (o *GetMeasureDetailsURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetMeasureDetailsURL) Must

func (o *GetMeasureDetailsURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetMeasureDetailsURL) SetBasePath

func (o *GetMeasureDetailsURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetMeasureDetailsURL) String

func (o *GetMeasureDetailsURL) String() string

String returns the string representation of the path with query string

func (*GetMeasureDetailsURL) StringFull

func (o *GetMeasureDetailsURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetMeasureDetailsURL) WithBasePath

func (o *GetMeasureDetailsURL) WithBasePath(bp string) *GetMeasureDetailsURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetMeasureResult

type GetMeasureResult struct {
	Context *middleware.Context
	Handler GetMeasureResultHandler
}
GetMeasureResult swagger:route GET /v1/measureResult/{id} monitor getMeasureResult

获取测评数据结果分析信息

获取测评数据结果分析信息

func NewGetMeasureResult

func NewGetMeasureResult(ctx *middleware.Context, handler GetMeasureResultHandler) *GetMeasureResult

NewGetMeasureResult creates a new http.Handler for the get measure result operation

func (*GetMeasureResult) ServeHTTP

func (o *GetMeasureResult) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetMeasureResultHandler

type GetMeasureResultHandler interface {
	Handle(GetMeasureResultParams, *v1.Principal) middleware.Responder
}

GetMeasureResultHandler interface for that can handle valid get measure result params

type GetMeasureResultHandlerFunc

type GetMeasureResultHandlerFunc func(GetMeasureResultParams, *v1.Principal) middleware.Responder

GetMeasureResultHandlerFunc turns a function with the right signature into a get measure result handler

func (GetMeasureResultHandlerFunc) Handle

Handle executing the request and returning a response

type GetMeasureResultOK

type GetMeasureResultOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureResult `json:"body,omitempty"`
}

GetMeasureResultOK A successful response.

swagger:response getMeasureResultOK

func NewGetMeasureResultOK

func NewGetMeasureResultOK() *GetMeasureResultOK

NewGetMeasureResultOK creates GetMeasureResultOK with default headers values

func (*GetMeasureResultOK) SetPayload

func (o *GetMeasureResultOK) SetPayload(payload *v1.MeasureResult)

SetPayload sets the payload to the get measure result o k response

func (*GetMeasureResultOK) WithPayload

func (o *GetMeasureResultOK) WithPayload(payload *v1.MeasureResult) *GetMeasureResultOK

WithPayload adds the payload to the get measure result o k response

func (*GetMeasureResultOK) WriteResponse

func (o *GetMeasureResultOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetMeasureResultParams

type GetMeasureResultParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*测评数据结果分析信息ID
	  Required: true
	  In: path
	*/
	ID string
}

GetMeasureResultParams contains all the bound params for the get measure result operation typically these are obtained from a http.Request

swagger:parameters GetMeasureResult

func NewGetMeasureResultParams

func NewGetMeasureResultParams() GetMeasureResultParams

NewGetMeasureResultParams creates a new GetMeasureResultParams object

There are no default values defined in the spec.

func (*GetMeasureResultParams) BindRequest

func (o *GetMeasureResultParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetMeasureResultParams() beforehand.

type GetMeasureResultURL

type GetMeasureResultURL struct {
	ID string
	// contains filtered or unexported fields
}

GetMeasureResultURL generates an URL for the get measure result operation

func (*GetMeasureResultURL) Build

func (o *GetMeasureResultURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetMeasureResultURL) BuildFull

func (o *GetMeasureResultURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetMeasureResultURL) Must

func (o *GetMeasureResultURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetMeasureResultURL) SetBasePath

func (o *GetMeasureResultURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetMeasureResultURL) String

func (o *GetMeasureResultURL) String() string

String returns the string representation of the path with query string

func (*GetMeasureResultURL) StringFull

func (o *GetMeasureResultURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetMeasureResultURL) WithBasePath

func (o *GetMeasureResultURL) WithBasePath(bp string) *GetMeasureResultURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetMeasureResults

type GetMeasureResults struct {
	Context *middleware.Context
	Handler GetMeasureResultsHandler
}
GetMeasureResults swagger:route GET /v1/measureResults monitor getMeasureResults

获取测评数据结果分析信息列表

获取测评数据结果分析信息列表

func NewGetMeasureResults

func NewGetMeasureResults(ctx *middleware.Context, handler GetMeasureResultsHandler) *GetMeasureResults

NewGetMeasureResults creates a new http.Handler for the get measure results operation

func (*GetMeasureResults) ServeHTTP

func (o *GetMeasureResults) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetMeasureResultsHandler

type GetMeasureResultsHandler interface {
	Handle(GetMeasureResultsParams, *v1.Principal) middleware.Responder
}

GetMeasureResultsHandler interface for that can handle valid get measure results params

type GetMeasureResultsHandlerFunc

type GetMeasureResultsHandlerFunc func(GetMeasureResultsParams, *v1.Principal) middleware.Responder

GetMeasureResultsHandlerFunc turns a function with the right signature into a get measure results handler

func (GetMeasureResultsHandlerFunc) Handle

Handle executing the request and returning a response

type GetMeasureResultsOK

type GetMeasureResultsOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureResults `json:"body,omitempty"`
}

GetMeasureResultsOK ok

swagger:response getMeasureResultsOK

func NewGetMeasureResultsOK

func NewGetMeasureResultsOK() *GetMeasureResultsOK

NewGetMeasureResultsOK creates GetMeasureResultsOK with default headers values

func (*GetMeasureResultsOK) SetPayload

func (o *GetMeasureResultsOK) SetPayload(payload *v1.MeasureResults)

SetPayload sets the payload to the get measure results o k response

func (*GetMeasureResultsOK) WithPayload

func (o *GetMeasureResultsOK) WithPayload(payload *v1.MeasureResults) *GetMeasureResultsOK

WithPayload adds the payload to the get measure results o k response

func (*GetMeasureResultsOK) WriteResponse

func (o *GetMeasureResultsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetMeasureResultsParams

type GetMeasureResultsParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*限制条目数
	  In: query
	*/
	Limit *int64
	/*筛选条件
	  In: query
	*/
	Query *string
	/*翻过条目数
	  In: query
	*/
	Skip *int64
}

GetMeasureResultsParams contains all the bound params for the get measure results operation typically these are obtained from a http.Request

swagger:parameters GetMeasureResults

func NewGetMeasureResultsParams

func NewGetMeasureResultsParams() GetMeasureResultsParams

NewGetMeasureResultsParams creates a new GetMeasureResultsParams object

There are no default values defined in the spec.

func (*GetMeasureResultsParams) BindRequest

func (o *GetMeasureResultsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetMeasureResultsParams() beforehand.

type GetMeasureResultsURL

type GetMeasureResultsURL struct {
	Limit *int64
	Query *string
	Skip  *int64
	// contains filtered or unexported fields
}

GetMeasureResultsURL generates an URL for the get measure results operation

func (*GetMeasureResultsURL) Build

func (o *GetMeasureResultsURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetMeasureResultsURL) BuildFull

func (o *GetMeasureResultsURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetMeasureResultsURL) Must

func (o *GetMeasureResultsURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetMeasureResultsURL) SetBasePath

func (o *GetMeasureResultsURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetMeasureResultsURL) String

func (o *GetMeasureResultsURL) String() string

String returns the string representation of the path with query string

func (*GetMeasureResultsURL) StringFull

func (o *GetMeasureResultsURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetMeasureResultsURL) WithBasePath

func (o *GetMeasureResultsURL) WithBasePath(bp string) *GetMeasureResultsURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetMoveData

type GetMoveData struct {
	Context *middleware.Context
	Handler GetMoveDataHandler
}
GetMoveData swagger:route GET /v1/moveData/{id} monitor getMoveData

获取运动数据信息

获取运动数据信息

func NewGetMoveData

func NewGetMoveData(ctx *middleware.Context, handler GetMoveDataHandler) *GetMoveData

NewGetMoveData creates a new http.Handler for the get move data operation

func (*GetMoveData) ServeHTTP

func (o *GetMoveData) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetMoveDataHandler

type GetMoveDataHandler interface {
	Handle(GetMoveDataParams, *v1.Principal) middleware.Responder
}

GetMoveDataHandler interface for that can handle valid get move data params

type GetMoveDataHandlerFunc

type GetMoveDataHandlerFunc func(GetMoveDataParams, *v1.Principal) middleware.Responder

GetMoveDataHandlerFunc turns a function with the right signature into a get move data handler

func (GetMoveDataHandlerFunc) Handle

Handle executing the request and returning a response

type GetMoveDataOK

type GetMoveDataOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MoveData `json:"body,omitempty"`
}

GetMoveDataOK A successful response.

swagger:response getMoveDataOK

func NewGetMoveDataOK

func NewGetMoveDataOK() *GetMoveDataOK

NewGetMoveDataOK creates GetMoveDataOK with default headers values

func (*GetMoveDataOK) SetPayload

func (o *GetMoveDataOK) SetPayload(payload *v1.MoveData)

SetPayload sets the payload to the get move data o k response

func (*GetMoveDataOK) WithPayload

func (o *GetMoveDataOK) WithPayload(payload *v1.MoveData) *GetMoveDataOK

WithPayload adds the payload to the get move data o k response

func (*GetMoveDataOK) WriteResponse

func (o *GetMoveDataOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetMoveDataParams

type GetMoveDataParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*运动数据信息ID
	  Required: true
	  In: path
	*/
	ID string
}

GetMoveDataParams contains all the bound params for the get move data operation typically these are obtained from a http.Request

swagger:parameters GetMoveData

func NewGetMoveDataParams

func NewGetMoveDataParams() GetMoveDataParams

NewGetMoveDataParams creates a new GetMoveDataParams object

There are no default values defined in the spec.

func (*GetMoveDataParams) BindRequest

func (o *GetMoveDataParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetMoveDataParams() beforehand.

type GetMoveDataURL

type GetMoveDataURL struct {
	ID string
	// contains filtered or unexported fields
}

GetMoveDataURL generates an URL for the get move data operation

func (*GetMoveDataURL) Build

func (o *GetMoveDataURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetMoveDataURL) BuildFull

func (o *GetMoveDataURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetMoveDataURL) Must

func (o *GetMoveDataURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetMoveDataURL) SetBasePath

func (o *GetMoveDataURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetMoveDataURL) String

func (o *GetMoveDataURL) String() string

String returns the string representation of the path with query string

func (*GetMoveDataURL) StringFull

func (o *GetMoveDataURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetMoveDataURL) WithBasePath

func (o *GetMoveDataURL) WithBasePath(bp string) *GetMoveDataURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetMoveDatas

type GetMoveDatas struct {
	Context *middleware.Context
	Handler GetMoveDatasHandler
}
GetMoveDatas swagger:route GET /v1/moveDatas monitor getMoveDatas

获取运动数据信息列表

获取运动数据信息列表

func NewGetMoveDatas

func NewGetMoveDatas(ctx *middleware.Context, handler GetMoveDatasHandler) *GetMoveDatas

NewGetMoveDatas creates a new http.Handler for the get move datas operation

func (*GetMoveDatas) ServeHTTP

func (o *GetMoveDatas) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetMoveDatasHandler

type GetMoveDatasHandler interface {
	Handle(GetMoveDatasParams, *v1.Principal) middleware.Responder
}

GetMoveDatasHandler interface for that can handle valid get move datas params

type GetMoveDatasHandlerFunc

type GetMoveDatasHandlerFunc func(GetMoveDatasParams, *v1.Principal) middleware.Responder

GetMoveDatasHandlerFunc turns a function with the right signature into a get move datas handler

func (GetMoveDatasHandlerFunc) Handle

Handle executing the request and returning a response

type GetMoveDatasOK

type GetMoveDatasOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MoveDatas `json:"body,omitempty"`
}

GetMoveDatasOK ok

swagger:response getMoveDatasOK

func NewGetMoveDatasOK

func NewGetMoveDatasOK() *GetMoveDatasOK

NewGetMoveDatasOK creates GetMoveDatasOK with default headers values

func (*GetMoveDatasOK) SetPayload

func (o *GetMoveDatasOK) SetPayload(payload *v1.MoveDatas)

SetPayload sets the payload to the get move datas o k response

func (*GetMoveDatasOK) WithPayload

func (o *GetMoveDatasOK) WithPayload(payload *v1.MoveDatas) *GetMoveDatasOK

WithPayload adds the payload to the get move datas o k response

func (*GetMoveDatasOK) WriteResponse

func (o *GetMoveDatasOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetMoveDatasParams

type GetMoveDatasParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*限制条目数
	  In: query
	*/
	Limit *int64
	/*筛选条件
	  In: query
	*/
	Query *string
	/*翻过条目数
	  In: query
	*/
	Skip *int64
}

GetMoveDatasParams contains all the bound params for the get move datas operation typically these are obtained from a http.Request

swagger:parameters GetMoveDatas

func NewGetMoveDatasParams

func NewGetMoveDatasParams() GetMoveDatasParams

NewGetMoveDatasParams creates a new GetMoveDatasParams object

There are no default values defined in the spec.

func (*GetMoveDatasParams) BindRequest

func (o *GetMoveDatasParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetMoveDatasParams() beforehand.

type GetMoveDatasURL

type GetMoveDatasURL struct {
	Limit *int64
	Query *string
	Skip  *int64
	// contains filtered or unexported fields
}

GetMoveDatasURL generates an URL for the get move datas operation

func (*GetMoveDatasURL) Build

func (o *GetMoveDatasURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetMoveDatasURL) BuildFull

func (o *GetMoveDatasURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetMoveDatasURL) Must

func (o *GetMoveDatasURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetMoveDatasURL) SetBasePath

func (o *GetMoveDatasURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetMoveDatasURL) String

func (o *GetMoveDatasURL) String() string

String returns the string representation of the path with query string

func (*GetMoveDatasURL) StringFull

func (o *GetMoveDatasURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetMoveDatasURL) WithBasePath

func (o *GetMoveDatasURL) WithBasePath(bp string) *GetMoveDatasURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetMovePrescription

type GetMovePrescription struct {
	Context *middleware.Context
	Handler GetMovePrescriptionHandler
}
GetMovePrescription swagger:route GET /v1/movePrescription/{id} monitor getMovePrescription

获取运动处方信息

获取运动处方信息

func NewGetMovePrescription

func NewGetMovePrescription(ctx *middleware.Context, handler GetMovePrescriptionHandler) *GetMovePrescription

NewGetMovePrescription creates a new http.Handler for the get move prescription operation

func (*GetMovePrescription) ServeHTTP

func (o *GetMovePrescription) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetMovePrescriptionHandler

type GetMovePrescriptionHandler interface {
	Handle(GetMovePrescriptionParams, *v1.Principal) middleware.Responder
}

GetMovePrescriptionHandler interface for that can handle valid get move prescription params

type GetMovePrescriptionHandlerFunc

type GetMovePrescriptionHandlerFunc func(GetMovePrescriptionParams, *v1.Principal) middleware.Responder

GetMovePrescriptionHandlerFunc turns a function with the right signature into a get move prescription handler

func (GetMovePrescriptionHandlerFunc) Handle

Handle executing the request and returning a response

type GetMovePrescriptionOK

type GetMovePrescriptionOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MovePrescription `json:"body,omitempty"`
}

GetMovePrescriptionOK A successful response.

swagger:response getMovePrescriptionOK

func NewGetMovePrescriptionOK

func NewGetMovePrescriptionOK() *GetMovePrescriptionOK

NewGetMovePrescriptionOK creates GetMovePrescriptionOK with default headers values

func (*GetMovePrescriptionOK) SetPayload

func (o *GetMovePrescriptionOK) SetPayload(payload *v1.MovePrescription)

SetPayload sets the payload to the get move prescription o k response

func (*GetMovePrescriptionOK) WithPayload

WithPayload adds the payload to the get move prescription o k response

func (*GetMovePrescriptionOK) WriteResponse

func (o *GetMovePrescriptionOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetMovePrescriptionParams

type GetMovePrescriptionParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*运动处方信息ID
	  Required: true
	  In: path
	*/
	ID string
}

GetMovePrescriptionParams contains all the bound params for the get move prescription operation typically these are obtained from a http.Request

swagger:parameters GetMovePrescription

func NewGetMovePrescriptionParams

func NewGetMovePrescriptionParams() GetMovePrescriptionParams

NewGetMovePrescriptionParams creates a new GetMovePrescriptionParams object

There are no default values defined in the spec.

func (*GetMovePrescriptionParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetMovePrescriptionParams() beforehand.

type GetMovePrescriptionURL

type GetMovePrescriptionURL struct {
	ID string
	// contains filtered or unexported fields
}

GetMovePrescriptionURL generates an URL for the get move prescription operation

func (*GetMovePrescriptionURL) Build

func (o *GetMovePrescriptionURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetMovePrescriptionURL) BuildFull

func (o *GetMovePrescriptionURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetMovePrescriptionURL) Must

func (o *GetMovePrescriptionURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetMovePrescriptionURL) SetBasePath

func (o *GetMovePrescriptionURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetMovePrescriptionURL) String

func (o *GetMovePrescriptionURL) String() string

String returns the string representation of the path with query string

func (*GetMovePrescriptionURL) StringFull

func (o *GetMovePrescriptionURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetMovePrescriptionURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetMovePrescriptions

type GetMovePrescriptions struct {
	Context *middleware.Context
	Handler GetMovePrescriptionsHandler
}
GetMovePrescriptions swagger:route GET /v1/movePrescriptions monitor getMovePrescriptions

获取运动处方信息列表

获取运动处方信息列表

func NewGetMovePrescriptions

func NewGetMovePrescriptions(ctx *middleware.Context, handler GetMovePrescriptionsHandler) *GetMovePrescriptions

NewGetMovePrescriptions creates a new http.Handler for the get move prescriptions operation

func (*GetMovePrescriptions) ServeHTTP

func (o *GetMovePrescriptions) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetMovePrescriptionsHandler

type GetMovePrescriptionsHandler interface {
	Handle(GetMovePrescriptionsParams, *v1.Principal) middleware.Responder
}

GetMovePrescriptionsHandler interface for that can handle valid get move prescriptions params

type GetMovePrescriptionsHandlerFunc

type GetMovePrescriptionsHandlerFunc func(GetMovePrescriptionsParams, *v1.Principal) middleware.Responder

GetMovePrescriptionsHandlerFunc turns a function with the right signature into a get move prescriptions handler

func (GetMovePrescriptionsHandlerFunc) Handle

Handle executing the request and returning a response

type GetMovePrescriptionsOK

type GetMovePrescriptionsOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MovePrescriptions `json:"body,omitempty"`
}

GetMovePrescriptionsOK ok

swagger:response getMovePrescriptionsOK

func NewGetMovePrescriptionsOK

func NewGetMovePrescriptionsOK() *GetMovePrescriptionsOK

NewGetMovePrescriptionsOK creates GetMovePrescriptionsOK with default headers values

func (*GetMovePrescriptionsOK) SetPayload

func (o *GetMovePrescriptionsOK) SetPayload(payload *v1.MovePrescriptions)

SetPayload sets the payload to the get move prescriptions o k response

func (*GetMovePrescriptionsOK) WithPayload

WithPayload adds the payload to the get move prescriptions o k response

func (*GetMovePrescriptionsOK) WriteResponse

func (o *GetMovePrescriptionsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetMovePrescriptionsParams

type GetMovePrescriptionsParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*限制条目数
	  In: query
	*/
	Limit *int64
	/*筛选条件
	  In: query
	*/
	Query *string
	/*翻过条目数
	  In: query
	*/
	Skip *int64
}

GetMovePrescriptionsParams contains all the bound params for the get move prescriptions operation typically these are obtained from a http.Request

swagger:parameters GetMovePrescriptions

func NewGetMovePrescriptionsParams

func NewGetMovePrescriptionsParams() GetMovePrescriptionsParams

NewGetMovePrescriptionsParams creates a new GetMovePrescriptionsParams object

There are no default values defined in the spec.

func (*GetMovePrescriptionsParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetMovePrescriptionsParams() beforehand.

type GetMovePrescriptionsURL

type GetMovePrescriptionsURL struct {
	Limit *int64
	Query *string
	Skip  *int64
	// contains filtered or unexported fields
}

GetMovePrescriptionsURL generates an URL for the get move prescriptions operation

func (*GetMovePrescriptionsURL) Build

func (o *GetMovePrescriptionsURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetMovePrescriptionsURL) BuildFull

func (o *GetMovePrescriptionsURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetMovePrescriptionsURL) Must

func (o *GetMovePrescriptionsURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetMovePrescriptionsURL) SetBasePath

func (o *GetMovePrescriptionsURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetMovePrescriptionsURL) String

func (o *GetMovePrescriptionsURL) String() string

String returns the string representation of the path with query string

func (*GetMovePrescriptionsURL) StringFull

func (o *GetMovePrescriptionsURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetMovePrescriptionsURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetWork

type GetWork struct {
	Context *middleware.Context
	Handler GetWorkHandler
}
GetWork swagger:route GET /v1/work/{id} monitor getWork

获取作业信息

获取作业信息

func NewGetWork

func NewGetWork(ctx *middleware.Context, handler GetWorkHandler) *GetWork

NewGetWork creates a new http.Handler for the get work operation

func (*GetWork) ServeHTTP

func (o *GetWork) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetWorkHandler

type GetWorkHandler interface {
	Handle(GetWorkParams, *v1.Principal) middleware.Responder
}

GetWorkHandler interface for that can handle valid get work params

type GetWorkHandlerFunc

type GetWorkHandlerFunc func(GetWorkParams, *v1.Principal) middleware.Responder

GetWorkHandlerFunc turns a function with the right signature into a get work handler

func (GetWorkHandlerFunc) Handle

func (fn GetWorkHandlerFunc) Handle(params GetWorkParams, principal *v1.Principal) middleware.Responder

Handle executing the request and returning a response

type GetWorkOK

type GetWorkOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Work `json:"body,omitempty"`
}

GetWorkOK A successful response.

swagger:response getWorkOK

func NewGetWorkOK

func NewGetWorkOK() *GetWorkOK

NewGetWorkOK creates GetWorkOK with default headers values

func (*GetWorkOK) SetPayload

func (o *GetWorkOK) SetPayload(payload *v1.Work)

SetPayload sets the payload to the get work o k response

func (*GetWorkOK) WithPayload

func (o *GetWorkOK) WithPayload(payload *v1.Work) *GetWorkOK

WithPayload adds the payload to the get work o k response

func (*GetWorkOK) WriteResponse

func (o *GetWorkOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetWorkParams

type GetWorkParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*作业信息ID
	  Required: true
	  In: path
	*/
	ID string
}

GetWorkParams contains all the bound params for the get work operation typically these are obtained from a http.Request

swagger:parameters GetWork

func NewGetWorkParams

func NewGetWorkParams() GetWorkParams

NewGetWorkParams creates a new GetWorkParams object

There are no default values defined in the spec.

func (*GetWorkParams) BindRequest

func (o *GetWorkParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetWorkParams() beforehand.

type GetWorkSubmit

type GetWorkSubmit struct {
	Context *middleware.Context
	Handler GetWorkSubmitHandler
}
GetWorkSubmit swagger:route GET /v1/workSubmit/{id} monitor getWorkSubmit

获取作业提交信息

获取作业提交信息

func NewGetWorkSubmit

func NewGetWorkSubmit(ctx *middleware.Context, handler GetWorkSubmitHandler) *GetWorkSubmit

NewGetWorkSubmit creates a new http.Handler for the get work submit operation

func (*GetWorkSubmit) ServeHTTP

func (o *GetWorkSubmit) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetWorkSubmitHandler

type GetWorkSubmitHandler interface {
	Handle(GetWorkSubmitParams, *v1.Principal) middleware.Responder
}

GetWorkSubmitHandler interface for that can handle valid get work submit params

type GetWorkSubmitHandlerFunc

type GetWorkSubmitHandlerFunc func(GetWorkSubmitParams, *v1.Principal) middleware.Responder

GetWorkSubmitHandlerFunc turns a function with the right signature into a get work submit handler

func (GetWorkSubmitHandlerFunc) Handle

Handle executing the request and returning a response

type GetWorkSubmitOK

type GetWorkSubmitOK struct {

	/*
	  In: Body
	*/
	Payload *v1.WorkSubmit `json:"body,omitempty"`
}

GetWorkSubmitOK A successful response.

swagger:response getWorkSubmitOK

func NewGetWorkSubmitOK

func NewGetWorkSubmitOK() *GetWorkSubmitOK

NewGetWorkSubmitOK creates GetWorkSubmitOK with default headers values

func (*GetWorkSubmitOK) SetPayload

func (o *GetWorkSubmitOK) SetPayload(payload *v1.WorkSubmit)

SetPayload sets the payload to the get work submit o k response

func (*GetWorkSubmitOK) WithPayload

func (o *GetWorkSubmitOK) WithPayload(payload *v1.WorkSubmit) *GetWorkSubmitOK

WithPayload adds the payload to the get work submit o k response

func (*GetWorkSubmitOK) WriteResponse

func (o *GetWorkSubmitOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetWorkSubmitParams

type GetWorkSubmitParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*作业提交信息ID
	  Required: true
	  In: path
	*/
	ID string
}

GetWorkSubmitParams contains all the bound params for the get work submit operation typically these are obtained from a http.Request

swagger:parameters GetWorkSubmit

func NewGetWorkSubmitParams

func NewGetWorkSubmitParams() GetWorkSubmitParams

NewGetWorkSubmitParams creates a new GetWorkSubmitParams object

There are no default values defined in the spec.

func (*GetWorkSubmitParams) BindRequest

func (o *GetWorkSubmitParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetWorkSubmitParams() beforehand.

type GetWorkSubmitURL

type GetWorkSubmitURL struct {
	ID string
	// contains filtered or unexported fields
}

GetWorkSubmitURL generates an URL for the get work submit operation

func (*GetWorkSubmitURL) Build

func (o *GetWorkSubmitURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetWorkSubmitURL) BuildFull

func (o *GetWorkSubmitURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetWorkSubmitURL) Must

func (o *GetWorkSubmitURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetWorkSubmitURL) SetBasePath

func (o *GetWorkSubmitURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetWorkSubmitURL) String

func (o *GetWorkSubmitURL) String() string

String returns the string representation of the path with query string

func (*GetWorkSubmitURL) StringFull

func (o *GetWorkSubmitURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetWorkSubmitURL) WithBasePath

func (o *GetWorkSubmitURL) WithBasePath(bp string) *GetWorkSubmitURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetWorkSubmits

type GetWorkSubmits struct {
	Context *middleware.Context
	Handler GetWorkSubmitsHandler
}
GetWorkSubmits swagger:route GET /v1/workSubmits monitor getWorkSubmits

获取作业提交信息列表

获取作业提交信息列表

func NewGetWorkSubmits

func NewGetWorkSubmits(ctx *middleware.Context, handler GetWorkSubmitsHandler) *GetWorkSubmits

NewGetWorkSubmits creates a new http.Handler for the get work submits operation

func (*GetWorkSubmits) ServeHTTP

func (o *GetWorkSubmits) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetWorkSubmitsHandler

type GetWorkSubmitsHandler interface {
	Handle(GetWorkSubmitsParams, *v1.Principal) middleware.Responder
}

GetWorkSubmitsHandler interface for that can handle valid get work submits params

type GetWorkSubmitsHandlerFunc

type GetWorkSubmitsHandlerFunc func(GetWorkSubmitsParams, *v1.Principal) middleware.Responder

GetWorkSubmitsHandlerFunc turns a function with the right signature into a get work submits handler

func (GetWorkSubmitsHandlerFunc) Handle

Handle executing the request and returning a response

type GetWorkSubmitsOK

type GetWorkSubmitsOK struct {

	/*
	  In: Body
	*/
	Payload *v1.WorkSubmits `json:"body,omitempty"`
}

GetWorkSubmitsOK ok

swagger:response getWorkSubmitsOK

func NewGetWorkSubmitsOK

func NewGetWorkSubmitsOK() *GetWorkSubmitsOK

NewGetWorkSubmitsOK creates GetWorkSubmitsOK with default headers values

func (*GetWorkSubmitsOK) SetPayload

func (o *GetWorkSubmitsOK) SetPayload(payload *v1.WorkSubmits)

SetPayload sets the payload to the get work submits o k response

func (*GetWorkSubmitsOK) WithPayload

func (o *GetWorkSubmitsOK) WithPayload(payload *v1.WorkSubmits) *GetWorkSubmitsOK

WithPayload adds the payload to the get work submits o k response

func (*GetWorkSubmitsOK) WriteResponse

func (o *GetWorkSubmitsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetWorkSubmitsParams

type GetWorkSubmitsParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*限制条目数
	  In: query
	*/
	Limit *int64
	/*筛选条件
	  In: query
	*/
	Query *string
	/*翻过条目数
	  In: query
	*/
	Skip *int64
}

GetWorkSubmitsParams contains all the bound params for the get work submits operation typically these are obtained from a http.Request

swagger:parameters GetWorkSubmits

func NewGetWorkSubmitsParams

func NewGetWorkSubmitsParams() GetWorkSubmitsParams

NewGetWorkSubmitsParams creates a new GetWorkSubmitsParams object

There are no default values defined in the spec.

func (*GetWorkSubmitsParams) BindRequest

func (o *GetWorkSubmitsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetWorkSubmitsParams() beforehand.

type GetWorkSubmitsURL

type GetWorkSubmitsURL struct {
	Limit *int64
	Query *string
	Skip  *int64
	// contains filtered or unexported fields
}

GetWorkSubmitsURL generates an URL for the get work submits operation

func (*GetWorkSubmitsURL) Build

func (o *GetWorkSubmitsURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetWorkSubmitsURL) BuildFull

func (o *GetWorkSubmitsURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetWorkSubmitsURL) Must

func (o *GetWorkSubmitsURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetWorkSubmitsURL) SetBasePath

func (o *GetWorkSubmitsURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetWorkSubmitsURL) String

func (o *GetWorkSubmitsURL) String() string

String returns the string representation of the path with query string

func (*GetWorkSubmitsURL) StringFull

func (o *GetWorkSubmitsURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetWorkSubmitsURL) WithBasePath

func (o *GetWorkSubmitsURL) WithBasePath(bp string) *GetWorkSubmitsURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetWorkURL

type GetWorkURL struct {
	ID string
	// contains filtered or unexported fields
}

GetWorkURL generates an URL for the get work operation

func (*GetWorkURL) Build

func (o *GetWorkURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetWorkURL) BuildFull

func (o *GetWorkURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetWorkURL) Must

func (o *GetWorkURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetWorkURL) SetBasePath

func (o *GetWorkURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetWorkURL) String

func (o *GetWorkURL) String() string

String returns the string representation of the path with query string

func (*GetWorkURL) StringFull

func (o *GetWorkURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetWorkURL) WithBasePath

func (o *GetWorkURL) WithBasePath(bp string) *GetWorkURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetWorks

type GetWorks struct {
	Context *middleware.Context
	Handler GetWorksHandler
}
GetWorks swagger:route GET /v1/works monitor getWorks

获取作业信息列表

获取作业信息列表

func NewGetWorks

func NewGetWorks(ctx *middleware.Context, handler GetWorksHandler) *GetWorks

NewGetWorks creates a new http.Handler for the get works operation

func (*GetWorks) ServeHTTP

func (o *GetWorks) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetWorksHandler

type GetWorksHandler interface {
	Handle(GetWorksParams, *v1.Principal) middleware.Responder
}

GetWorksHandler interface for that can handle valid get works params

type GetWorksHandlerFunc

type GetWorksHandlerFunc func(GetWorksParams, *v1.Principal) middleware.Responder

GetWorksHandlerFunc turns a function with the right signature into a get works handler

func (GetWorksHandlerFunc) Handle

func (fn GetWorksHandlerFunc) Handle(params GetWorksParams, principal *v1.Principal) middleware.Responder

Handle executing the request and returning a response

type GetWorksOK

type GetWorksOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Works `json:"body,omitempty"`
}

GetWorksOK ok

swagger:response getWorksOK

func NewGetWorksOK

func NewGetWorksOK() *GetWorksOK

NewGetWorksOK creates GetWorksOK with default headers values

func (*GetWorksOK) SetPayload

func (o *GetWorksOK) SetPayload(payload *v1.Works)

SetPayload sets the payload to the get works o k response

func (*GetWorksOK) WithPayload

func (o *GetWorksOK) WithPayload(payload *v1.Works) *GetWorksOK

WithPayload adds the payload to the get works o k response

func (*GetWorksOK) WriteResponse

func (o *GetWorksOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetWorksParams

type GetWorksParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*限制条目数
	  In: query
	*/
	Limit *int64
	/*筛选条件
	  In: query
	*/
	Query *string
	/*翻过条目数
	  In: query
	*/
	Skip *int64
}

GetWorksParams contains all the bound params for the get works operation typically these are obtained from a http.Request

swagger:parameters GetWorks

func NewGetWorksParams

func NewGetWorksParams() GetWorksParams

NewGetWorksParams creates a new GetWorksParams object

There are no default values defined in the spec.

func (*GetWorksParams) BindRequest

func (o *GetWorksParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetWorksParams() beforehand.

type GetWorksURL

type GetWorksURL struct {
	Limit *int64
	Query *string
	Skip  *int64
	// contains filtered or unexported fields
}

GetWorksURL generates an URL for the get works operation

func (*GetWorksURL) Build

func (o *GetWorksURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetWorksURL) BuildFull

func (o *GetWorksURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetWorksURL) Must

func (o *GetWorksURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetWorksURL) SetBasePath

func (o *GetWorksURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetWorksURL) String

func (o *GetWorksURL) String() string

String returns the string representation of the path with query string

func (*GetWorksURL) StringFull

func (o *GetWorksURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetWorksURL) WithBasePath

func (o *GetWorksURL) WithBasePath(bp string) *GetWorksURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateCaseData

type UpdateCaseData struct {
	Context *middleware.Context
	Handler UpdateCaseDataHandler
}
UpdateCaseData swagger:route PUT /v1/caseData/{id} monitor updateCaseData

编辑病例数据信息

编辑病例数据信息

func NewUpdateCaseData

func NewUpdateCaseData(ctx *middleware.Context, handler UpdateCaseDataHandler) *UpdateCaseData

NewUpdateCaseData creates a new http.Handler for the update case data operation

func (*UpdateCaseData) ServeHTTP

func (o *UpdateCaseData) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type UpdateCaseDataHandler

type UpdateCaseDataHandler interface {
	Handle(UpdateCaseDataParams, *v1.Principal) middleware.Responder
}

UpdateCaseDataHandler interface for that can handle valid update case data params

type UpdateCaseDataHandlerFunc

type UpdateCaseDataHandlerFunc func(UpdateCaseDataParams, *v1.Principal) middleware.Responder

UpdateCaseDataHandlerFunc turns a function with the right signature into a update case data handler

func (UpdateCaseDataHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateCaseDataOK

type UpdateCaseDataOK struct {

	/*
	  In: Body
	*/
	Payload *v1.CaseData `json:"body,omitempty"`
}

UpdateCaseDataOK A successful response.

swagger:response updateCaseDataOK

func NewUpdateCaseDataOK

func NewUpdateCaseDataOK() *UpdateCaseDataOK

NewUpdateCaseDataOK creates UpdateCaseDataOK with default headers values

func (*UpdateCaseDataOK) SetPayload

func (o *UpdateCaseDataOK) SetPayload(payload *v1.CaseData)

SetPayload sets the payload to the update case data o k response

func (*UpdateCaseDataOK) WithPayload

func (o *UpdateCaseDataOK) WithPayload(payload *v1.CaseData) *UpdateCaseDataOK

WithPayload adds the payload to the update case data o k response

func (*UpdateCaseDataOK) WriteResponse

func (o *UpdateCaseDataOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateCaseDataParams

type UpdateCaseDataParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*病例数据信息参数
	  In: body
	*/
	Body *v1.CaseData
	/*病例数据信息ID
	  Required: true
	  In: path
	*/
	ID string
}

UpdateCaseDataParams contains all the bound params for the update case data operation typically these are obtained from a http.Request

swagger:parameters UpdateCaseData

func NewUpdateCaseDataParams

func NewUpdateCaseDataParams() UpdateCaseDataParams

NewUpdateCaseDataParams creates a new UpdateCaseDataParams object

There are no default values defined in the spec.

func (*UpdateCaseDataParams) BindRequest

func (o *UpdateCaseDataParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateCaseDataParams() beforehand.

type UpdateCaseDataURL

type UpdateCaseDataURL struct {
	ID string
	// contains filtered or unexported fields
}

UpdateCaseDataURL generates an URL for the update case data operation

func (*UpdateCaseDataURL) Build

func (o *UpdateCaseDataURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateCaseDataURL) BuildFull

func (o *UpdateCaseDataURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateCaseDataURL) Must

func (o *UpdateCaseDataURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateCaseDataURL) SetBasePath

func (o *UpdateCaseDataURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateCaseDataURL) String

func (o *UpdateCaseDataURL) String() string

String returns the string representation of the path with query string

func (*UpdateCaseDataURL) StringFull

func (o *UpdateCaseDataURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateCaseDataURL) WithBasePath

func (o *UpdateCaseDataURL) WithBasePath(bp string) *UpdateCaseDataURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateClass

type UpdateClass struct {
	Context *middleware.Context
	Handler UpdateClassHandler
}
UpdateClass swagger:route PUT /v1/class/{id} monitor updateClass

编辑班级信息

编辑班级信息

func NewUpdateClass

func NewUpdateClass(ctx *middleware.Context, handler UpdateClassHandler) *UpdateClass

NewUpdateClass creates a new http.Handler for the update class operation

func (*UpdateClass) ServeHTTP

func (o *UpdateClass) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type UpdateClassHandler

type UpdateClassHandler interface {
	Handle(UpdateClassParams, *v1.Principal) middleware.Responder
}

UpdateClassHandler interface for that can handle valid update class params

type UpdateClassHandlerFunc

type UpdateClassHandlerFunc func(UpdateClassParams, *v1.Principal) middleware.Responder

UpdateClassHandlerFunc turns a function with the right signature into a update class handler

func (UpdateClassHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateClassOK

type UpdateClassOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Class `json:"body,omitempty"`
}

UpdateClassOK A successful response.

swagger:response updateClassOK

func NewUpdateClassOK

func NewUpdateClassOK() *UpdateClassOK

NewUpdateClassOK creates UpdateClassOK with default headers values

func (*UpdateClassOK) SetPayload

func (o *UpdateClassOK) SetPayload(payload *v1.Class)

SetPayload sets the payload to the update class o k response

func (*UpdateClassOK) WithPayload

func (o *UpdateClassOK) WithPayload(payload *v1.Class) *UpdateClassOK

WithPayload adds the payload to the update class o k response

func (*UpdateClassOK) WriteResponse

func (o *UpdateClassOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateClassParams

type UpdateClassParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*班级信息参数
	  In: body
	*/
	Body *v1.Class
	/*班级信息ID
	  Required: true
	  In: path
	*/
	ID string
}

UpdateClassParams contains all the bound params for the update class operation typically these are obtained from a http.Request

swagger:parameters UpdateClass

func NewUpdateClassParams

func NewUpdateClassParams() UpdateClassParams

NewUpdateClassParams creates a new UpdateClassParams object

There are no default values defined in the spec.

func (*UpdateClassParams) BindRequest

func (o *UpdateClassParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateClassParams() beforehand.

type UpdateClassURL

type UpdateClassURL struct {
	ID string
	// contains filtered or unexported fields
}

UpdateClassURL generates an URL for the update class operation

func (*UpdateClassURL) Build

func (o *UpdateClassURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateClassURL) BuildFull

func (o *UpdateClassURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateClassURL) Must

func (o *UpdateClassURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateClassURL) SetBasePath

func (o *UpdateClassURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateClassURL) String

func (o *UpdateClassURL) String() string

String returns the string representation of the path with query string

func (*UpdateClassURL) StringFull

func (o *UpdateClassURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateClassURL) WithBasePath

func (o *UpdateClassURL) WithBasePath(bp string) *UpdateClassURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateMeasureDetail

type UpdateMeasureDetail struct {
	Context *middleware.Context
	Handler UpdateMeasureDetailHandler
}
UpdateMeasureDetail swagger:route PUT /v1/measureDetail/{id} monitor updateMeasureDetail

编辑测评数据明细信息

编辑测评数据明细信息

func NewUpdateMeasureDetail

func NewUpdateMeasureDetail(ctx *middleware.Context, handler UpdateMeasureDetailHandler) *UpdateMeasureDetail

NewUpdateMeasureDetail creates a new http.Handler for the update measure detail operation

func (*UpdateMeasureDetail) ServeHTTP

func (o *UpdateMeasureDetail) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type UpdateMeasureDetailHandler

type UpdateMeasureDetailHandler interface {
	Handle(UpdateMeasureDetailParams, *v1.Principal) middleware.Responder
}

UpdateMeasureDetailHandler interface for that can handle valid update measure detail params

type UpdateMeasureDetailHandlerFunc

type UpdateMeasureDetailHandlerFunc func(UpdateMeasureDetailParams, *v1.Principal) middleware.Responder

UpdateMeasureDetailHandlerFunc turns a function with the right signature into a update measure detail handler

func (UpdateMeasureDetailHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateMeasureDetailOK

type UpdateMeasureDetailOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureDetail `json:"body,omitempty"`
}

UpdateMeasureDetailOK A successful response.

swagger:response updateMeasureDetailOK

func NewUpdateMeasureDetailOK

func NewUpdateMeasureDetailOK() *UpdateMeasureDetailOK

NewUpdateMeasureDetailOK creates UpdateMeasureDetailOK with default headers values

func (*UpdateMeasureDetailOK) SetPayload

func (o *UpdateMeasureDetailOK) SetPayload(payload *v1.MeasureDetail)

SetPayload sets the payload to the update measure detail o k response

func (*UpdateMeasureDetailOK) WithPayload

func (o *UpdateMeasureDetailOK) WithPayload(payload *v1.MeasureDetail) *UpdateMeasureDetailOK

WithPayload adds the payload to the update measure detail o k response

func (*UpdateMeasureDetailOK) WriteResponse

func (o *UpdateMeasureDetailOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateMeasureDetailParams

type UpdateMeasureDetailParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*测评数据明细信息参数
	  In: body
	*/
	Body *v1.MeasureDetail
	/*测评数据明细信息ID
	  Required: true
	  In: path
	*/
	ID string
}

UpdateMeasureDetailParams contains all the bound params for the update measure detail operation typically these are obtained from a http.Request

swagger:parameters UpdateMeasureDetail

func NewUpdateMeasureDetailParams

func NewUpdateMeasureDetailParams() UpdateMeasureDetailParams

NewUpdateMeasureDetailParams creates a new UpdateMeasureDetailParams object

There are no default values defined in the spec.

func (*UpdateMeasureDetailParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateMeasureDetailParams() beforehand.

type UpdateMeasureDetailURL

type UpdateMeasureDetailURL struct {
	ID string
	// contains filtered or unexported fields
}

UpdateMeasureDetailURL generates an URL for the update measure detail operation

func (*UpdateMeasureDetailURL) Build

func (o *UpdateMeasureDetailURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateMeasureDetailURL) BuildFull

func (o *UpdateMeasureDetailURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateMeasureDetailURL) Must

func (o *UpdateMeasureDetailURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateMeasureDetailURL) SetBasePath

func (o *UpdateMeasureDetailURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateMeasureDetailURL) String

func (o *UpdateMeasureDetailURL) String() string

String returns the string representation of the path with query string

func (*UpdateMeasureDetailURL) StringFull

func (o *UpdateMeasureDetailURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateMeasureDetailURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateMeasureResult

type UpdateMeasureResult struct {
	Context *middleware.Context
	Handler UpdateMeasureResultHandler
}
UpdateMeasureResult swagger:route PUT /v1/measureResult/{id} monitor updateMeasureResult

编辑测评数据结果分析信息

编辑测评数据结果分析信息

func NewUpdateMeasureResult

func NewUpdateMeasureResult(ctx *middleware.Context, handler UpdateMeasureResultHandler) *UpdateMeasureResult

NewUpdateMeasureResult creates a new http.Handler for the update measure result operation

func (*UpdateMeasureResult) ServeHTTP

func (o *UpdateMeasureResult) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type UpdateMeasureResultHandler

type UpdateMeasureResultHandler interface {
	Handle(UpdateMeasureResultParams, *v1.Principal) middleware.Responder
}

UpdateMeasureResultHandler interface for that can handle valid update measure result params

type UpdateMeasureResultHandlerFunc

type UpdateMeasureResultHandlerFunc func(UpdateMeasureResultParams, *v1.Principal) middleware.Responder

UpdateMeasureResultHandlerFunc turns a function with the right signature into a update measure result handler

func (UpdateMeasureResultHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateMeasureResultOK

type UpdateMeasureResultOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MeasureResult `json:"body,omitempty"`
}

UpdateMeasureResultOK A successful response.

swagger:response updateMeasureResultOK

func NewUpdateMeasureResultOK

func NewUpdateMeasureResultOK() *UpdateMeasureResultOK

NewUpdateMeasureResultOK creates UpdateMeasureResultOK with default headers values

func (*UpdateMeasureResultOK) SetPayload

func (o *UpdateMeasureResultOK) SetPayload(payload *v1.MeasureResult)

SetPayload sets the payload to the update measure result o k response

func (*UpdateMeasureResultOK) WithPayload

func (o *UpdateMeasureResultOK) WithPayload(payload *v1.MeasureResult) *UpdateMeasureResultOK

WithPayload adds the payload to the update measure result o k response

func (*UpdateMeasureResultOK) WriteResponse

func (o *UpdateMeasureResultOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateMeasureResultParams

type UpdateMeasureResultParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*测评数据结果分析信息参数
	  In: body
	*/
	Body *v1.MeasureResult
	/*测评数据结果分析信息ID
	  Required: true
	  In: path
	*/
	ID string
}

UpdateMeasureResultParams contains all the bound params for the update measure result operation typically these are obtained from a http.Request

swagger:parameters UpdateMeasureResult

func NewUpdateMeasureResultParams

func NewUpdateMeasureResultParams() UpdateMeasureResultParams

NewUpdateMeasureResultParams creates a new UpdateMeasureResultParams object

There are no default values defined in the spec.

func (*UpdateMeasureResultParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateMeasureResultParams() beforehand.

type UpdateMeasureResultURL

type UpdateMeasureResultURL struct {
	ID string
	// contains filtered or unexported fields
}

UpdateMeasureResultURL generates an URL for the update measure result operation

func (*UpdateMeasureResultURL) Build

func (o *UpdateMeasureResultURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateMeasureResultURL) BuildFull

func (o *UpdateMeasureResultURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateMeasureResultURL) Must

func (o *UpdateMeasureResultURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateMeasureResultURL) SetBasePath

func (o *UpdateMeasureResultURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateMeasureResultURL) String

func (o *UpdateMeasureResultURL) String() string

String returns the string representation of the path with query string

func (*UpdateMeasureResultURL) StringFull

func (o *UpdateMeasureResultURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateMeasureResultURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateMoveData

type UpdateMoveData struct {
	Context *middleware.Context
	Handler UpdateMoveDataHandler
}
UpdateMoveData swagger:route PUT /v1/moveData/{id} monitor updateMoveData

编辑运动数据信息

编辑运动数据信息

func NewUpdateMoveData

func NewUpdateMoveData(ctx *middleware.Context, handler UpdateMoveDataHandler) *UpdateMoveData

NewUpdateMoveData creates a new http.Handler for the update move data operation

func (*UpdateMoveData) ServeHTTP

func (o *UpdateMoveData) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type UpdateMoveDataHandler

type UpdateMoveDataHandler interface {
	Handle(UpdateMoveDataParams, *v1.Principal) middleware.Responder
}

UpdateMoveDataHandler interface for that can handle valid update move data params

type UpdateMoveDataHandlerFunc

type UpdateMoveDataHandlerFunc func(UpdateMoveDataParams, *v1.Principal) middleware.Responder

UpdateMoveDataHandlerFunc turns a function with the right signature into a update move data handler

func (UpdateMoveDataHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateMoveDataOK

type UpdateMoveDataOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MoveData `json:"body,omitempty"`
}

UpdateMoveDataOK A successful response.

swagger:response updateMoveDataOK

func NewUpdateMoveDataOK

func NewUpdateMoveDataOK() *UpdateMoveDataOK

NewUpdateMoveDataOK creates UpdateMoveDataOK with default headers values

func (*UpdateMoveDataOK) SetPayload

func (o *UpdateMoveDataOK) SetPayload(payload *v1.MoveData)

SetPayload sets the payload to the update move data o k response

func (*UpdateMoveDataOK) WithPayload

func (o *UpdateMoveDataOK) WithPayload(payload *v1.MoveData) *UpdateMoveDataOK

WithPayload adds the payload to the update move data o k response

func (*UpdateMoveDataOK) WriteResponse

func (o *UpdateMoveDataOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateMoveDataParams

type UpdateMoveDataParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*运动数据信息参数
	  In: body
	*/
	Body *v1.MoveData
	/*运动数据信息ID
	  Required: true
	  In: path
	*/
	ID string
}

UpdateMoveDataParams contains all the bound params for the update move data operation typically these are obtained from a http.Request

swagger:parameters UpdateMoveData

func NewUpdateMoveDataParams

func NewUpdateMoveDataParams() UpdateMoveDataParams

NewUpdateMoveDataParams creates a new UpdateMoveDataParams object

There are no default values defined in the spec.

func (*UpdateMoveDataParams) BindRequest

func (o *UpdateMoveDataParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateMoveDataParams() beforehand.

type UpdateMoveDataURL

type UpdateMoveDataURL struct {
	ID string
	// contains filtered or unexported fields
}

UpdateMoveDataURL generates an URL for the update move data operation

func (*UpdateMoveDataURL) Build

func (o *UpdateMoveDataURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateMoveDataURL) BuildFull

func (o *UpdateMoveDataURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateMoveDataURL) Must

func (o *UpdateMoveDataURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateMoveDataURL) SetBasePath

func (o *UpdateMoveDataURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateMoveDataURL) String

func (o *UpdateMoveDataURL) String() string

String returns the string representation of the path with query string

func (*UpdateMoveDataURL) StringFull

func (o *UpdateMoveDataURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateMoveDataURL) WithBasePath

func (o *UpdateMoveDataURL) WithBasePath(bp string) *UpdateMoveDataURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateMovePrescription

type UpdateMovePrescription struct {
	Context *middleware.Context
	Handler UpdateMovePrescriptionHandler
}
UpdateMovePrescription swagger:route PUT /v1/movePrescription/{id} monitor updateMovePrescription

编辑运动处方信息

编辑运动处方信息

func NewUpdateMovePrescription

func NewUpdateMovePrescription(ctx *middleware.Context, handler UpdateMovePrescriptionHandler) *UpdateMovePrescription

NewUpdateMovePrescription creates a new http.Handler for the update move prescription operation

func (*UpdateMovePrescription) ServeHTTP

func (o *UpdateMovePrescription) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type UpdateMovePrescriptionHandler

type UpdateMovePrescriptionHandler interface {
	Handle(UpdateMovePrescriptionParams, *v1.Principal) middleware.Responder
}

UpdateMovePrescriptionHandler interface for that can handle valid update move prescription params

type UpdateMovePrescriptionHandlerFunc

type UpdateMovePrescriptionHandlerFunc func(UpdateMovePrescriptionParams, *v1.Principal) middleware.Responder

UpdateMovePrescriptionHandlerFunc turns a function with the right signature into a update move prescription handler

func (UpdateMovePrescriptionHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateMovePrescriptionOK

type UpdateMovePrescriptionOK struct {

	/*
	  In: Body
	*/
	Payload *v1.MovePrescription `json:"body,omitempty"`
}

UpdateMovePrescriptionOK A successful response.

swagger:response updateMovePrescriptionOK

func NewUpdateMovePrescriptionOK

func NewUpdateMovePrescriptionOK() *UpdateMovePrescriptionOK

NewUpdateMovePrescriptionOK creates UpdateMovePrescriptionOK with default headers values

func (*UpdateMovePrescriptionOK) SetPayload

func (o *UpdateMovePrescriptionOK) SetPayload(payload *v1.MovePrescription)

SetPayload sets the payload to the update move prescription o k response

func (*UpdateMovePrescriptionOK) WithPayload

WithPayload adds the payload to the update move prescription o k response

func (*UpdateMovePrescriptionOK) WriteResponse

func (o *UpdateMovePrescriptionOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateMovePrescriptionParams

type UpdateMovePrescriptionParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*运动处方信息参数
	  In: body
	*/
	Body *v1.MovePrescription
	/*运动处方信息ID
	  Required: true
	  In: path
	*/
	ID string
}

UpdateMovePrescriptionParams contains all the bound params for the update move prescription operation typically these are obtained from a http.Request

swagger:parameters UpdateMovePrescription

func NewUpdateMovePrescriptionParams

func NewUpdateMovePrescriptionParams() UpdateMovePrescriptionParams

NewUpdateMovePrescriptionParams creates a new UpdateMovePrescriptionParams object

There are no default values defined in the spec.

func (*UpdateMovePrescriptionParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateMovePrescriptionParams() beforehand.

type UpdateMovePrescriptionURL

type UpdateMovePrescriptionURL struct {
	ID string
	// contains filtered or unexported fields
}

UpdateMovePrescriptionURL generates an URL for the update move prescription operation

func (*UpdateMovePrescriptionURL) Build

func (o *UpdateMovePrescriptionURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateMovePrescriptionURL) BuildFull

func (o *UpdateMovePrescriptionURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateMovePrescriptionURL) Must

func (o *UpdateMovePrescriptionURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateMovePrescriptionURL) SetBasePath

func (o *UpdateMovePrescriptionURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateMovePrescriptionURL) String

func (o *UpdateMovePrescriptionURL) String() string

String returns the string representation of the path with query string

func (*UpdateMovePrescriptionURL) StringFull

func (o *UpdateMovePrescriptionURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateMovePrescriptionURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateWork

type UpdateWork struct {
	Context *middleware.Context
	Handler UpdateWorkHandler
}
UpdateWork swagger:route PUT /v1/work/{id} monitor updateWork

编辑作业信息

编辑作业信息

func NewUpdateWork

func NewUpdateWork(ctx *middleware.Context, handler UpdateWorkHandler) *UpdateWork

NewUpdateWork creates a new http.Handler for the update work operation

func (*UpdateWork) ServeHTTP

func (o *UpdateWork) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type UpdateWorkHandler

type UpdateWorkHandler interface {
	Handle(UpdateWorkParams, *v1.Principal) middleware.Responder
}

UpdateWorkHandler interface for that can handle valid update work params

type UpdateWorkHandlerFunc

type UpdateWorkHandlerFunc func(UpdateWorkParams, *v1.Principal) middleware.Responder

UpdateWorkHandlerFunc turns a function with the right signature into a update work handler

func (UpdateWorkHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateWorkOK

type UpdateWorkOK struct {

	/*
	  In: Body
	*/
	Payload *v1.Work `json:"body,omitempty"`
}

UpdateWorkOK A successful response.

swagger:response updateWorkOK

func NewUpdateWorkOK

func NewUpdateWorkOK() *UpdateWorkOK

NewUpdateWorkOK creates UpdateWorkOK with default headers values

func (*UpdateWorkOK) SetPayload

func (o *UpdateWorkOK) SetPayload(payload *v1.Work)

SetPayload sets the payload to the update work o k response

func (*UpdateWorkOK) WithPayload

func (o *UpdateWorkOK) WithPayload(payload *v1.Work) *UpdateWorkOK

WithPayload adds the payload to the update work o k response

func (*UpdateWorkOK) WriteResponse

func (o *UpdateWorkOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateWorkParams

type UpdateWorkParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*作业信息参数
	  In: body
	*/
	Body *v1.Work
	/*作业信息ID
	  Required: true
	  In: path
	*/
	ID string
}

UpdateWorkParams contains all the bound params for the update work operation typically these are obtained from a http.Request

swagger:parameters UpdateWork

func NewUpdateWorkParams

func NewUpdateWorkParams() UpdateWorkParams

NewUpdateWorkParams creates a new UpdateWorkParams object

There are no default values defined in the spec.

func (*UpdateWorkParams) BindRequest

func (o *UpdateWorkParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateWorkParams() beforehand.

type UpdateWorkSubmit

type UpdateWorkSubmit struct {
	Context *middleware.Context
	Handler UpdateWorkSubmitHandler
}
UpdateWorkSubmit swagger:route PUT /v1/workSubmit/{id} monitor updateWorkSubmit

编辑作业提交信息

编辑作业提交信息

func NewUpdateWorkSubmit

func NewUpdateWorkSubmit(ctx *middleware.Context, handler UpdateWorkSubmitHandler) *UpdateWorkSubmit

NewUpdateWorkSubmit creates a new http.Handler for the update work submit operation

func (*UpdateWorkSubmit) ServeHTTP

func (o *UpdateWorkSubmit) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type UpdateWorkSubmitHandler

type UpdateWorkSubmitHandler interface {
	Handle(UpdateWorkSubmitParams, *v1.Principal) middleware.Responder
}

UpdateWorkSubmitHandler interface for that can handle valid update work submit params

type UpdateWorkSubmitHandlerFunc

type UpdateWorkSubmitHandlerFunc func(UpdateWorkSubmitParams, *v1.Principal) middleware.Responder

UpdateWorkSubmitHandlerFunc turns a function with the right signature into a update work submit handler

func (UpdateWorkSubmitHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateWorkSubmitOK

type UpdateWorkSubmitOK struct {

	/*
	  In: Body
	*/
	Payload *v1.WorkSubmit `json:"body,omitempty"`
}

UpdateWorkSubmitOK A successful response.

swagger:response updateWorkSubmitOK

func NewUpdateWorkSubmitOK

func NewUpdateWorkSubmitOK() *UpdateWorkSubmitOK

NewUpdateWorkSubmitOK creates UpdateWorkSubmitOK with default headers values

func (*UpdateWorkSubmitOK) SetPayload

func (o *UpdateWorkSubmitOK) SetPayload(payload *v1.WorkSubmit)

SetPayload sets the payload to the update work submit o k response

func (*UpdateWorkSubmitOK) WithPayload

func (o *UpdateWorkSubmitOK) WithPayload(payload *v1.WorkSubmit) *UpdateWorkSubmitOK

WithPayload adds the payload to the update work submit o k response

func (*UpdateWorkSubmitOK) WriteResponse

func (o *UpdateWorkSubmitOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateWorkSubmitParams

type UpdateWorkSubmitParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*作业提交信息参数
	  In: body
	*/
	Body *v1.WorkSubmit
	/*作业提交信息ID
	  Required: true
	  In: path
	*/
	ID string
}

UpdateWorkSubmitParams contains all the bound params for the update work submit operation typically these are obtained from a http.Request

swagger:parameters UpdateWorkSubmit

func NewUpdateWorkSubmitParams

func NewUpdateWorkSubmitParams() UpdateWorkSubmitParams

NewUpdateWorkSubmitParams creates a new UpdateWorkSubmitParams object

There are no default values defined in the spec.

func (*UpdateWorkSubmitParams) BindRequest

func (o *UpdateWorkSubmitParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateWorkSubmitParams() beforehand.

type UpdateWorkSubmitURL

type UpdateWorkSubmitURL struct {
	ID string
	// contains filtered or unexported fields
}

UpdateWorkSubmitURL generates an URL for the update work submit operation

func (*UpdateWorkSubmitURL) Build

func (o *UpdateWorkSubmitURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateWorkSubmitURL) BuildFull

func (o *UpdateWorkSubmitURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateWorkSubmitURL) Must

func (o *UpdateWorkSubmitURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateWorkSubmitURL) SetBasePath

func (o *UpdateWorkSubmitURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateWorkSubmitURL) String

func (o *UpdateWorkSubmitURL) String() string

String returns the string representation of the path with query string

func (*UpdateWorkSubmitURL) StringFull

func (o *UpdateWorkSubmitURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateWorkSubmitURL) WithBasePath

func (o *UpdateWorkSubmitURL) WithBasePath(bp string) *UpdateWorkSubmitURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateWorkURL

type UpdateWorkURL struct {
	ID string
	// contains filtered or unexported fields
}

UpdateWorkURL generates an URL for the update work operation

func (*UpdateWorkURL) Build

func (o *UpdateWorkURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateWorkURL) BuildFull

func (o *UpdateWorkURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateWorkURL) Must

func (o *UpdateWorkURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateWorkURL) SetBasePath

func (o *UpdateWorkURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateWorkURL) String

func (o *UpdateWorkURL) String() string

String returns the string representation of the path with query string

func (*UpdateWorkURL) StringFull

func (o *UpdateWorkURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateWorkURL) WithBasePath

func (o *UpdateWorkURL) WithBasePath(bp string) *UpdateWorkURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL