Versions in this module Expand all Collapse all v1 v1.3.7 Feb 25, 2020 Changes in this version + func CreateResource2Ctx(next http.Handler) http.Handler + func CreateResourceCtx(next http.Handler) http.Handler + func GetSimpleCtx(next http.Handler) http.Handler + func GetWithArgsCtx(next http.Handler) http.Handler + func GetWithContentTypeCtx(next http.Handler) http.Handler + func GetWithReferencesCtx(next http.Handler) http.Handler + func Handler(si ServerInterface) http.Handler + func HandlerFromMux(si ServerInterface, r chi.Router) http.Handler + func UpdateResource3Ctx(next http.Handler) http.Handler + type Argument string + type CreateResource2JSONBody Resource + type CreateResource2JSONRequestBody CreateResource2JSONBody + type CreateResource2Params struct + InlineQueryArgument *int + func ParamsForCreateResource2(ctx context.Context) *CreateResource2Params + type CreateResourceJSONBody EveryTypeRequired + type CreateResourceJSONRequestBody CreateResourceJSONBody + type EveryTypeOptional struct + ArrayInlineField *[]int + ArrayReferencedField *[]SomeObject + BoolField *bool + ByteField *[]byte + DateField *openapi_types.Date + DateTimeField *time.Time + DoubleField *float64 + FloatField *float32 + InlineObjectField ... + Int32Field *int32 + Int64Field *int64 + IntField *int + NumberField *float32 + ReferencedField *SomeObject + StringField *string + type EveryTypeRequired struct + ArrayInlineField []int + ArrayReferencedField []SomeObject + BoolField bool + ByteField []byte + DateField openapi_types.Date + DateTimeField time.Time + DoubleField float64 + FloatField float32 + InlineObjectField struct{ ... } + Int32Field int32 + Int64Field int64 + IntField int + NumberField float32 + ReferencedField SomeObject + StringField string + type GetWithArgsParams struct + HeaderArgument *int32 + OptionalArgument *int64 + RequiredArgument int64 + func ParamsForGetWithArgs(ctx context.Context) *GetWithArgsParams + type ReservedKeyword struct + Channel *string + type Resource struct + Name string + Value float32 + type ResponseWithReference SomeObject + type ServerInterface interface + CreateResource func(w http.ResponseWriter, r *http.Request) + CreateResource2 func(w http.ResponseWriter, r *http.Request) + GetSimple func(w http.ResponseWriter, r *http.Request) + GetWithArgs func(w http.ResponseWriter, r *http.Request) + GetWithContentType func(w http.ResponseWriter, r *http.Request) + GetWithReferences func(w http.ResponseWriter, r *http.Request) + UpdateResource3 func(w http.ResponseWriter, r *http.Request) + type ServerInterfaceMock struct + CreateResource2Func func(w http.ResponseWriter, r *http.Request) + CreateResourceFunc func(w http.ResponseWriter, r *http.Request) + GetSimpleFunc func(w http.ResponseWriter, r *http.Request) + GetWithArgsFunc func(w http.ResponseWriter, r *http.Request) + GetWithContentTypeFunc func(w http.ResponseWriter, r *http.Request) + GetWithReferencesFunc func(w http.ResponseWriter, r *http.Request) + UpdateResource3Func func(w http.ResponseWriter, r *http.Request) + func (mock *ServerInterfaceMock) CreateResource(w http.ResponseWriter, r *http.Request) + func (mock *ServerInterfaceMock) CreateResource2(w http.ResponseWriter, r *http.Request) + func (mock *ServerInterfaceMock) CreateResource2Calls() []struct{ ... } + func (mock *ServerInterfaceMock) CreateResourceCalls() []struct{ ... } + func (mock *ServerInterfaceMock) GetSimple(w http.ResponseWriter, r *http.Request) + func (mock *ServerInterfaceMock) GetSimpleCalls() []struct{ ... } + func (mock *ServerInterfaceMock) GetWithArgs(w http.ResponseWriter, r *http.Request) + func (mock *ServerInterfaceMock) GetWithArgsCalls() []struct{ ... } + func (mock *ServerInterfaceMock) GetWithContentType(w http.ResponseWriter, r *http.Request) + func (mock *ServerInterfaceMock) GetWithContentTypeCalls() []struct{ ... } + func (mock *ServerInterfaceMock) GetWithReferences(w http.ResponseWriter, r *http.Request) + func (mock *ServerInterfaceMock) GetWithReferencesCalls() []struct{ ... } + func (mock *ServerInterfaceMock) UpdateResource3(w http.ResponseWriter, r *http.Request) + func (mock *ServerInterfaceMock) UpdateResource3Calls() []struct{ ... } + type SimpleResponse struct + Name string + type SomeObject struct + Name string + type UpdateResource3JSONBody struct + Id *int + Name *string + type UpdateResource3JSONRequestBody UpdateResource3JSONBody