Versions in this module Expand all Collapse all v0 v0.6.0 Jul 31, 2025 Changes in this version + type Format struct + func New(opts ...Option) Format + func (x *Format) Bool(in keyval.Bool) + func (x *Format) Bytes(in keyval.Bytes) + func (x *Format) Clear(_ keyval.Clear) + func (x *Format) Directory(in keyval.Directory) + func (x *Format) Float(in keyval.Float) + func (x *Format) Int(in keyval.Int) + func (x *Format) Key(in keyval.Key) + func (x *Format) KeyValue(in keyval.KeyValue) + func (x *Format) MaybeMore(_ keyval.MaybeMore) + func (x *Format) Nil(_ keyval.Nil) + func (x *Format) Query(in keyval.Query) + func (x *Format) Reset() + func (x *Format) Str(in keyval.String) + func (x *Format) String() string + func (x *Format) Tuple(in keyval.Tuple) + func (x *Format) UUID(in keyval.UUID) + func (x *Format) Uint(in keyval.Uint) + func (x *Format) VStamp(in keyval.VStamp) + func (x *Format) VStampFuture(in keyval.VStampFuture) + func (x *Format) Value(in keyval.Value) + func (x *Format) Variable(in keyval.Variable) + type Option func(*Format) + func WithPrintBytes() Option