Versions in this module Expand all Collapse all v0 v0.7.6 Jun 15, 2024 Changes in this version + const BufferedPipeGetterUrl + const BufferedPipeMapTTL + func HandleGetBufferedPipeOutput(w http.ResponseWriter, r *http.Request) + func SetBufferedPipe(pipe *BufferedPipe) + type BufferedPipe struct + Key string + func GetBufferedPipe(key string) (*BufferedPipe, bool) + func NewBufferedPipe(timeout time.Duration) *BufferedPipe + func (pipe *BufferedPipe) Close() error + func (pipe *BufferedPipe) GetOutputUrl() (string, error) + func (pipe *BufferedPipe) Write(p []byte) (n int, err error) + func (pipe *BufferedPipe) WriteTo(w io.Writer) (n int64, err error) + type BufferedPipeMap struct