http

package
v0.0.0-...-c01aa29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2022 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PipelineStreamDumpper

type PipelineStreamDumpper struct {
	// contains filtered or unexported fields
}

func (*PipelineStreamDumpper) Close

func (d *PipelineStreamDumpper) Close() error

func (*PipelineStreamDumpper) Read

func (d *PipelineStreamDumpper) Read(buf []byte) (n int, err error)

func (*PipelineStreamDumpper) Write

func (d *PipelineStreamDumpper) Write(buf []byte) (n int, err error)

type Proxy

type Proxy struct {
	// contains filtered or unexported fields
}

func NewProxy

func NewProxy() *Proxy

func (*Proxy) Proxy

func (p *Proxy) Proxy(ctx context.Context, conn *websocket.Conn, stream io.ReadWriter)

type ValueTypeDesc

type ValueTypeDesc struct {
	Type   pipeline.PARAM_VALUE_TYPE `json:"type"`
	Prefix string                    `json:"prefix"`
	Name   string                    `json:"name"`
	Desc   string                    `json:"desc"`
	Value  string                    `json:"value"`
	IsEdit bool                      `json:"is_edit"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL