github.com/iasthc/atlas/cmd/atlas@v0.0.0-20230523071841-73246df3f88d/internal/migrate/ent/predicate/predicate.go (about) 1 // Copyright 2021-present The Atlas Authors. All rights reserved. 2 // This source code is licensed under the Apache 2.0 license found 3 // in the LICENSE file in the root directory of this source tree. 4 5 // Code generated by entc, DO NOT EDIT. 6 7 package predicate 8 9 import ( 10 "entgo.io/ent/dialect/sql" 11 ) 12 13 // Revision is the predicate function for revision builders. 14 type Revision func(*sql.Selector)