|
|
|
@ -26,8 +26,8 @@ func New() *Dao { |
|
|
|
|
type _bts interface { |
|
|
|
|
// bts: -batch=2 -max_group=20 -batch_err=break -nullcache=&Demo{ID:-1} -check_null_code=$.ID==-1
|
|
|
|
|
Demos(c context.Context, keys []int64) (map[int64]*Demo, error) |
|
|
|
|
// bts: -batch=2 -max_group=20 -batch_err=continue -nullcache=&Demo{ID:-1} -check_null_code=$.ID==-1
|
|
|
|
|
Demos1(c context.Context, keys []int64) (map[int64]*Demo, error) |
|
|
|
|
// bts: -batch=2 -max_group=20 -batch_err=continue -nullcache=&Demo{ID:-1} -check_null_code=$.ID==-1
|
|
|
|
|
Demos1(c context.Context, keys []int64) (map[int64]*Demo, error) |
|
|
|
|
// bts: -sync=true -nullcache=&Demo{ID:-1} -check_null_code=$.ID==-1
|
|
|
|
|
Demo(c context.Context, key int64) (*Demo, error) |
|
|
|
|
// bts: -paging=true
|
|
|
|
|