Documentation
¶
Index ¶
- type Finder
- func (f *Finder) Available() bool
- func (f *Finder) ContestChanged(contest core.Contest)
- func (f *Finder) Find(s string) (entity dxcc.Prefix, found bool)
- func (f *Finder) FindAll(s string) []dxcc.Prefix
- func (f *Finder) WaitUntilAvailable(timeout time.Duration) bool
- func (f *Finder) WhenAvailable(callback func())
- type Prefix
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder ¶
type Finder struct {
// contains filtered or unexported fields
}
Finder is thread-safe.
func (*Finder) ContestChanged ¶ added in v0.22.0
func (*Finder) WaitUntilAvailable ¶ added in v0.22.0
func (*Finder) WhenAvailable ¶ added in v0.2.0
func (f *Finder) WhenAvailable(callback func())
Click to show internal directories.
Click to hide internal directories.