Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pump ¶
type Pump interface { StartStreamWithTransformer(w http.ResponseWriter, recv func() (proto.Message, error), err error, transformer func(interface{}) interface{}) StartK8sStreamWithHeartBeat(w http.ResponseWriter, isReconnect bool, stream io.ReadCloser, err error) }
type PumpImpl ¶
type PumpImpl struct {
// contains filtered or unexported fields
}
func NewPumpImpl ¶
func NewPumpImpl(logger *zap.SugaredLogger) *PumpImpl
func (PumpImpl) StartK8sStreamWithHeartBeat ¶ added in v0.3.14
func (impl PumpImpl) StartK8sStreamWithHeartBeat(w http.ResponseWriter, isReconnect bool, stream io.ReadCloser, err error)
func (PumpImpl) StartStreamWithTransformer ¶ added in v0.3.14
Click to show internal directories.
Click to hide internal directories.