예제 #1
0
파일: search.go 프로젝트: nildev/account
func (o facetDepthOpt) setParams(params *pb.SearchParams) error {
	params.FacetDepth = proto.Int32(int32(o))
	return nil
}