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

# Functions

NewAttachContainer creates a new http.Handler for the attach container operation.
NewAttachContainerOK creates AttachContainerOK with default headers values.
NewAttachContainerParams creates a new AttachContainerParams object no default values defined in spec.
NewEnterContainer creates a new http.Handler for the enter container operation.
NewEnterContainerOK creates EnterContainerOK with default headers values.
NewEnterContainerParams creates a new EnterContainerParams object no default values defined in spec.

# Constants

AttachContainerOKCode is the HTTP code returned for type AttachContainerOK.
EnterContainerOKCode is the HTTP code returned for type EnterContainerOK.

# Structs

AttachContainer swagger:route GET /attach container attachContainer AttachContainer attach container API */.
AttachContainerOK attach to container's stdout/stderr swagger:response attachContainerOK */.
AttachContainerParams contains all the bound params for the attach container operation typically these are obtained from a http.Request swagger:parameters attachContainer.
AttachContainerURL generates an URL for the attach container operation.
EnterContainer swagger:route GET /enter container enterContainer EnterContainer enter container API */.
EnterContainerOK enter to the container swagger:response enterContainerOK */.
EnterContainerParams contains all the bound params for the enter container operation typically these are obtained from a http.Request swagger:parameters enterContainer.
EnterContainerURL generates an URL for the enter container operation.

# Interfaces

AttachContainerHandler interface for that can handle valid attach container params.
EnterContainerHandler interface for that can handle valid enter container params.

# Type aliases

AttachContainerHandlerFunc turns a function with the right signature into a attach container handler.
EnterContainerHandlerFunc turns a function with the right signature into a enter container handler.