Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interfacer ¶
type Interfacer struct {
// contains filtered or unexported fields
}
Interfacer an interfacer struct.
func NewInterfacer ¶
func NewInterfacer( timer *timer.Pomodoro, ticksChan chan float64, timeLeftChan chan string, ticksReset chan float64, controlSignalsChan chan model.ControlSignals, exitChan chan struct{}, workTimeMin int, mu *sync.Mutex, ) *Interfacer
NewInterfacer creates instance of interfacer.
func (*Interfacer) Render ¶
func (i *Interfacer) Render() (fyne.Window, error)
Render renders interface.
Click to show internal directories.
Click to hide internal directories.