package
3.2.2+incompatible
Repository: https://github.com/laincloud/entry.git
Documentation: pkg.go.dev

# Functions

NewListSessions creates a new http.Handler for the list sessions operation.
NewListSessionsDefault creates ListSessionsDefault with default headers values.
NewListSessionsOK creates ListSessionsOK with default headers values.
NewListSessionsParams creates a new ListSessionsParams object with the default values initialized.
NewReplaySession creates a new http.Handler for the replay session operation.
NewReplaySessionOK creates ReplaySessionOK with default headers values.
NewReplaySessionParams creates a new ReplaySessionParams object no default values defined in spec.

# Constants

ListSessionsOKCode is the HTTP code returned for type ListSessionsOK.
ReplaySessionOKCode is the HTTP code returned for type ReplaySessionOK.

# Structs

ListSessions swagger:route GET /api/sessions sessions listSessions ListSessions list sessions API */.
ListSessionsDefault generic error response swagger:response listSessionsDefault */.
ListSessionsOK list the sessions swagger:response listSessionsOK */.
ListSessionsParams contains all the bound params for the list sessions operation typically these are obtained from a http.Request swagger:parameters listSessions.
ListSessionsURL generates an URL for the list sessions operation.
ReplaySession swagger:route GET /api/sessions/{session_id}/replay sessions replaySession ReplaySession replay session API */.
ReplaySessionOK replay the session swagger:response replaySessionOK */.
ReplaySessionParams contains all the bound params for the replay session operation typically these are obtained from a http.Request swagger:parameters replaySession.
ReplaySessionURL generates an URL for the replay session operation.

# Interfaces

ListSessionsHandler interface for that can handle valid list sessions params.
ReplaySessionHandler interface for that can handle valid replay session params.

# Type aliases

ListSessionsHandlerFunc turns a function with the right signature into a list sessions handler.
ReplaySessionHandlerFunc turns a function with the right signature into a replay session handler.