go generate ent schema
This commit is contained in:
		
							
								
								
									
										13
									
								
								ent/predicate/predicate.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								ent/predicate/predicate.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| // Code generated by ent, DO NOT EDIT. | ||||
|  | ||||
| package predicate | ||||
|  | ||||
| import ( | ||||
| 	"entgo.io/ent/dialect/sql" | ||||
| ) | ||||
|  | ||||
| // Account is the predicate function for account builders. | ||||
| type Account func(*sql.Selector) | ||||
|  | ||||
| // Email is the predicate function for email builders. | ||||
| type Email func(*sql.Selector) | ||||
		Reference in New Issue
	
	Block a user