Versions in this module Expand all Collapse all v1 v1.2.1 Apr 24, 2024 v1.2.0 Apr 24, 2024 Changes in this version + const LogSearchOKCode + type LogSearch struct + Context *middleware.Context + Handler LogSearchHandler + func NewLogSearch(ctx *middleware.Context, handler LogSearchHandler) *LogSearch + func (o *LogSearch) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type LogSearchDefault struct + Payload *models.APIError + func NewLogSearchDefault(code int) *LogSearchDefault + func (o *LogSearchDefault) SetPayload(payload *models.APIError) + func (o *LogSearchDefault) SetStatusCode(code int) + func (o *LogSearchDefault) WithPayload(payload *models.APIError) *LogSearchDefault + func (o *LogSearchDefault) WithStatusCode(code int) *LogSearchDefault + func (o *LogSearchDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type LogSearchHandler interface + Handle func(LogSearchParams, *models.Principal) middleware.Responder + type LogSearchHandlerFunc func(LogSearchParams, *models.Principal) middleware.Responder + func (fn LogSearchHandlerFunc) Handle(params LogSearchParams, principal *models.Principal) middleware.Responder + type LogSearchOK struct + Payload *models.LogSearchResponse + func NewLogSearchOK() *LogSearchOK + func (o *LogSearchOK) SetPayload(payload *models.LogSearchResponse) + func (o *LogSearchOK) WithPayload(payload *models.LogSearchResponse) *LogSearchOK + func (o *LogSearchOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type LogSearchParams struct + Fp []string + HTTPRequest *http.Request + Order *string + PageNo *int32 + PageSize *int32 + TimeEnd *string + TimeStart *string + func NewLogSearchParams() LogSearchParams + func (o *LogSearchParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type LogSearchURL struct + Fp []string + Order *string + PageNo *int32 + PageSize *int32 + TimeEnd *string + TimeStart *string + func (o *LogSearchURL) Build() (*url.URL, error) + func (o *LogSearchURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *LogSearchURL) Must(u *url.URL, err error) *url.URL + func (o *LogSearchURL) SetBasePath(bp string) + func (o *LogSearchURL) String() string + func (o *LogSearchURL) StringFull(scheme, host string) string + func (o *LogSearchURL) WithBasePath(bp string) *LogSearchURL