Documentation
¶
Index ¶
- type CWClient
- type Keyer
- func (k *Keyer) EnterPattern(index int, pattern string)
- func (k *Keyer) EnterSpeed(speed int)
- func (k *Keyer) GetPattern(index int) string
- func (k *Keyer) GetText(index int) (string, error)
- func (k *Keyer) Send(index int)
- func (k *Keyer) SendQuestion(q string)
- func (k *Keyer) SetPatterns(patterns []string)
- func (k *Keyer) SetValues(values KeyerValueProvider)
- func (k *Keyer) SetView(view View)
- func (k *Keyer) Stop()
- type KeyerValueProvider
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyer ¶
type Keyer struct {
// contains filtered or unexported fields
}
func (*Keyer) EnterPattern ¶
func (*Keyer) EnterSpeed ¶
func (*Keyer) GetPattern ¶
func (*Keyer) SendQuestion ¶
func (*Keyer) SetPatterns ¶
func (*Keyer) SetValues ¶
func (k *Keyer) SetValues(values KeyerValueProvider)
type KeyerValueProvider ¶
type KeyerValueProvider func() core.KeyerValues
KeyerValueProvider provides the variable values for the Keyer templates on demand.
Click to show internal directories.
Click to hide internal directories.