// Code generated by ent, DO NOT EDIT. package predicate import ( "entgo.io/ent/dialect/sql" ) // CommentLikes is the predicate function for commentlikes builders. type CommentLikes func(*sql.Selector) // Comments is the predicate function for comments builders. type Comments func(*sql.Selector) // PostLikes is the predicate function for postlikes builders. type PostLikes func(*sql.Selector) // Posts is the predicate function for posts builders. type Posts func(*sql.Selector)