Documentation ¶
Index ¶
Constants ¶
View Source
const ( TextStrategy = "text" ImageStrategy = "image" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageSquare ¶
type ImageSquare struct {
strategy.PrintOutput
}
func (*ImageSquare) Print ¶
func (i *ImageSquare) Print() error
type TextSquare ¶
type TextSquare struct {
strategy.PrintOutput
}
func (*TextSquare) Print ¶
func (t *TextSquare) Print() error
Click to show internal directories.
Click to hide internal directories.