Versions in this module Expand all Collapse all v1 v1.8.1 May 15, 2025 v1.8.0 May 15, 2025 Changes in this version + const WRITER + func CreateWriter(ctx context.Context, args ...object.Object) object.Object + func Module() *object.Module + func Render(ctx context.Context, args ...object.Object) object.Object + type Writer struct + func NewWriter(v *tablewriter.Table) *Writer + func (w *Writer) Cost() int + func (w *Writer) Equals(other object.Object) object.Object + func (w *Writer) GetAttr(name string) (object.Object, bool) + func (w *Writer) Inspect() string + func (w *Writer) Interface() interface{} + func (w *Writer) IsTruthy() bool + func (w *Writer) Render() + func (w *Writer) RunOperation(opType op.BinaryOpType, right object.Object) object.Object + func (w *Writer) SetAttr(name string, value object.Object) error + func (w *Writer) Type() object.Type + func (w *Writer) Value() *tablewriter.Table Other modules containing this package github.com/risor-io/risor