示例#1
0
文件: data.go 项目: mrmorphic/goss
func (d *DefaultLocater) GetInt(fieldName string, args ...interface{}) (int, error) {
	return convert.AsInt(d.Get(fieldName))
}
示例#2
0
文件: domap.go 项目: mrmorphic/goss
func (obj DataObjectMap) GetInt(fieldName string, args ...interface{}) (int, error) {
	return convert.AsInt(obj.Get(fieldName))
}