Files
2025-12-14 02:19:50 +08:00

20 lines
482 B
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Document is the predicate function for document builders.
type Document func(*sql.Selector)
// Extension is the predicate function for extension builders.
type Extension func(*sql.Selector)
// KeyBinding is the predicate function for keybinding builders.
type KeyBinding func(*sql.Selector)
// Theme is the predicate function for theme builders.
type Theme func(*sql.Selector)