Documentation ¶
Index ¶
Constants ¶
View Source
const PORT_CREATED = "PORTMANTEAU_CREATED"
View Source
const RANDO = "Rando"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Packable ¶
type Packable interface {
Pack(PortRecorder) error
}
type PackableFactory ¶
type PackableFactory func() Packable
type Port ¶
type Port struct { Maker string First string Second string Result string Algo string // "rando" || "carrollian" }
func (*Port) Pack ¶
func (p *Port) Pack(r PortRecorder) error
type PortRecorder ¶
Click to show internal directories.
Click to hide internal directories.