Documentation ¶ Index ¶ type Renderer func Start(ctx context.Context, shutdown context.CancelFunc, cfg *config.Config, ...) *Renderer func (r *Renderer) FinalSummary() func (r *Renderer) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Renderer ¶ type Renderer struct { // contains filtered or unexported fields } func Start ¶ func Start(ctx context.Context, shutdown context.CancelFunc, cfg *config.Config, metrics *proxy.Metrics, out, errOut *os.File) *Renderer func (*Renderer) FinalSummary ¶ func (r *Renderer) FinalSummary() func (*Renderer) Stop ¶ func (r *Renderer) Stop() Source Files ¶ View all Source files ui.go Click to show internal directories. Click to hide internal directories.