all: gofmt -w -r 'interface{} -> any' (#2874)

This commit is contained in:
Ariel Mashraki
2022-08-19 18:23:04 +03:00
committed by GitHub
parent b6c185a660
commit 2c63d1d70e
619 changed files with 3449 additions and 3449 deletions

4
ent.go
View File

@@ -231,9 +231,9 @@ func (Schema) Annotations() []schema.Annotation { return nil }
type (
// Value represents a value returned by ent.
Value interface{}
Value any
// Query represents an ent query builder.
Query interface{}
Query any
// Mutation represents an operation that mutate the graph.
// For example, adding a new node, updating many, or dropping
// data. The implementation is generated by entc (ent codegen).