Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env interface {
StringFormatWriterSkuBoxTransacted(
po options_print.V0,
co string_format_writer.ColorOptions,
truncation string_format_writer.CliFormatTruncation,
) *box_format.BoxTransacted
StringFormatWriterSkuBoxCheckedOut(
po options_print.V0,
co string_format_writer.ColorOptions,
truncation string_format_writer.CliFormatTruncation,
headerWriter string_format_writer.HeaderWriter[*sku.CheckedOut],
) *box_format.BoxCheckedOut
SkuFormatBoxTransactedNoColor() *box_format.BoxTransacted
SkuFormatBoxCheckedOutNoColor() *box_format.BoxCheckedOut
PrinterTransacted() interfaces.FuncIter[*sku.Transacted]
PrinterCheckedOut(
headerWriter string_format_writer.HeaderWriter[*sku.CheckedOut],
) interfaces.FuncIter[*sku.CheckedOut]
GetUIStorePrinters() sku.UIStorePrinters
}
Click to show internal directories.
Click to hide internal directories.