Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monotone ¶
type Monotone struct { Config MonotoneConfig Buffer *monolith.Buffer Context *monolith.Context }
func NewMonotone ¶
func NewMonotone(config MonotoneConfig) *Monotone
type MonotoneConfig ¶
type MonotoneConfig struct { AddSequences *monolith.Instance RemoveSequences *monolith.Description SpeakFirst bool }
func (MonotoneConfig) Construct ¶
func (config MonotoneConfig) Construct() (ToneBurst, error)
type Whalesong ¶
type Whalesong struct {
// contains filtered or unexported fields
}
func NewWhalesong ¶
func NewWhalesong(config WhalesongConfig) *Whalesong
type WhalesongConfig ¶
func (WhalesongConfig) Construct ¶
func (config WhalesongConfig) Construct() (ToneBurst, error)
Click to show internal directories.
Click to hide internal directories.