go rethinkgo 源码

2022-07-15 浏览 (822)

golang rethinkgo 代码

文件路径:/test/fixedbugs/issue5614.dir/rethinkgo.go

package rethinkgo

type Session struct {
}

func (s *Session) Run(query Exp) *int { return nil }

type List []interface{}

type Exp struct {
	args []interface{}
}

func (e Exp) UseOutdated(useOutdated bool) Exp {
	return Exp{args: List{e, useOutdated}}
}

相关信息

go 源码目录

相关文章

go x 源码

go y 源码

  • 所属分类: 后端技术
  • 本文标签: golang
  • 版权声明: 本文链接 https://seaxiang.com/blog/5707f34c0a844e03b053be010e1cb8af