Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEchoDefault ¶
func NewEchoDefault() *echo.Echo
Types ¶
type EchoStartStopper ¶
type EchoStartStopper struct {
// contains filtered or unexported fields
}
func NewEchoStartStopper ¶
func NewEchoStartStopper(e *echo.Echo, host string, port int) *EchoStartStopper
func (*EchoStartStopper) BeforeStop ¶
func (es *EchoStartStopper) BeforeStop(context.Context)
func (*EchoStartStopper) Name ¶
func (es *EchoStartStopper) Name() string
type HTTPDeliveryV1 ¶
type HTTPDeliveryV1 struct {
// contains filtered or unexported fields
}
func NewHTTPDeliveryV1 ¶
func NewHTTPDeliveryV1() *HTTPDeliveryV1
func (*HTTPDeliveryV1) ServeHTTP ¶
func (h *HTTPDeliveryV1) ServeHTTP(ctx context.Context, host string, port int) (stopper common.StartStopper, err error)
Click to show internal directories.
Click to hide internal directories.