Versions in this module Expand all Collapse all v0 v0.0.5 Mar 27, 2023 Changes in this version + type Service struct + func (s *Service) CreateTimer(timerName string, handler base.TimerHander, itv ...time.Duration) error + func (s *Service) Init(app sptty.ISptty) error + func (s *Service) Release() + func (s *Service) RemoveTimer(timerName string) error + func (s *Service) ServiceName() string + type Timer struct + func CreateTimer(handler base.TimerHander, itv ...time.Duration) *Timer + func (s *Timer) Release()