Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOutput ¶
func NewMockOutput ¶
func NewMockOutput() *MockOutput
type PlainOutput ¶
type PlainOutput struct {
// contains filtered or unexported fields
}
PlainOutput is an output for the builders
func NewPlainOutput ¶
func NewPlainOutput(options ...PlainOutputOptionsFunc) *PlainOutput
NewPlainOutput creates a new Output
func (*PlainOutput) Options ¶
func (o *PlainOutput) Options(opts ...PlainOutputOptionsFunc)
Options configure the service
type PlainOutputOptionsFunc ¶
type PlainOutputOptionsFunc func(*PlainOutput)
PlainOutputOptionsFunc is a function used to configure the service
func WithWriter ¶
func WithWriter(w repository.ImagesPlainPrinter) PlainOutputOptionsFunc
Click to show internal directories.
Click to hide internal directories.