add ob configserver (#943)

This commit is contained in:
chris-sun-star
2022-05-30 16:44:36 +08:00
committed by GitHub
parent bd06e657c6
commit e12438aa76
64 changed files with 9587 additions and 0 deletions

View File

@ -0,0 +1,10 @@
// Code generated by entc, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// ObCluster is the predicate function for obcluster builders.
type ObCluster func(*sql.Selector)