klefki/internal/db/ent/predicate/predicate.go
Jared Allard 497cac49dd
All checks were successful
tests / go test (push) Successful in 41s
tests / golangci-lint (push) Successful in 41s
feat: stub gRPC server and DB layer
2025-02-22 18:39:14 -08:00

10 lines
191 B
Go
Generated

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Machine is the predicate function for machine builders.
type Machine func(*sql.Selector)