type WOL struct { session.SessionModule }
func NewWOL(s *session.Session) *WOL
func (mod *WOL) Author() string
func (mod *WOL) Configure() error
func (mod *WOL) Description() string
func (mod *WOL) Name() string
func (mod *WOL) Start() error
func (mod *WOL) Stop() error