// the timer task interface. package server type TimerTask interface { DoTask() }