Versions in this module Expand all Collapse all v0 v0.0.1 Apr 16, 2021 Changes in this version + type ExampleDao struct + func (d *ExampleDao) Delete(s *xorm.Session) (bool, error) + func (d *ExampleDao) Update(s *xorm.Session, param string) (bool, error) + func (e *ExampleDao) Select() (bool, error)