Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TapePlayer ¶
type TapePlayer struct {
Batteries string
}
func (TapePlayer) Play ¶
func (t TapePlayer) Play(song string)
func (TapePlayer) Stop ¶
func (t TapePlayer) Stop()
type TapeRecorder ¶
type TapeRecorder struct {
Microphones int
}
func (TapeRecorder) Play ¶
func (t TapeRecorder) Play(song string)
func (TapeRecorder) Record ¶
func (t TapeRecorder) Record()
func (TapeRecorder) Stop ¶
func (t TapeRecorder) Stop()
Click to show internal directories.
Click to hide internal directories.