2 Star 4 Fork 0

火线兔/gorose-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
binder_interface.go 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
火线兔 提交于 2021-09-26 11:56 . Initial commit
package gorose
import "reflect"
// IBinder 数据绑定对象接口
type IBinder interface {
SetBindOrigin(arg interface{})
GetBindOrigin() interface{}
SetBindName(arg string)
GetBindName() string
SetBindResult(arg interface{})
GetBindResult() interface{}
SetBindResultSlice(arg reflect.Value)
GetBindResultSlice() reflect.Value
SetBindFields(arg []string)
GetBindFields() []string
SetBindType(arg BindType)
GetBindType() BindType
//SetBindLimit(arg int)
//GetBindLimit() int
BindParse(prefix string) error
SetBindPrefix(arg string)
GetBindPrefix() string
ResetBindResultSlice()
SetBindAll(arg []Data)
GetBindAll() []Data
ResetBinder()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/tuuz/gorose-pro.git
git@gitee.com:tuuz/gorose-pro.git
tuuz
gorose-pro
gorose-pro
master

搜索帮助

A270a887 8829481 3d7a4017 8829481