Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonResponsePrinter ¶
func (JsonResponsePrinter) Print ¶
func (j JsonResponsePrinter) Print(question, answer string)
type MultiResponsePrinter ¶
type MultiResponsePrinter struct {
Printers []ResponsePrinter
}
func (MultiResponsePrinter) Print ¶
func (m MultiResponsePrinter) Print(question, answer string)
type NoOpResponsePrinter ¶
type NoOpResponsePrinter struct{}
func (NoOpResponsePrinter) Print ¶
func (NoOpResponsePrinter) Print(question, answer string)
type PlainResponsePrinter ¶
func (PlainResponsePrinter) Print ¶
func (p PlainResponsePrinter) Print(question, answer string)
type ResponsePrinter ¶
type ResponsePrinter interface {
Print(question, answer string)
}
Click to show internal directories.
Click to hide internal directories.