MCPcopy
hub / github.com/mum4k/termdash / WriteOption

Interface WriteOption

widgets/segmentdisplay/write_options.go:22–25  ·  view source on GitHub ↗

WriteOption is used to provide options to Write().

Source from the content-addressed store, hash-verified

20
21// WriteOption is used to provide options to Write().
22type WriteOption interface {
23 // set sets the provided option.
24 set(*writeOptions)
25}
26
27// writeOptions stores the provided options.
28type writeOptions struct {

Callers

nothing calls this directly

Implementers 1

styleRegistrywidgets/borderfx/borderfxdemo/borderfx

Calls

no outgoing calls

Tested by

no test coverage detected