package smysql import ( . "createindex/base" ) type ( SMysql struct { Fields []string //同步字段,这空默认全部 Sql string //限定sql Addr string User string Pwd string Size int } ) func (s *SMysql) Find(d *Direct) { }