MCPcopy Create free account

hub / github.com/YadaYuki/omochi / functions

Functions762 in github.com/YadaYuki/omochi

MethodDeleteOne
DeleteOne returns a delete builder for the given entity.
pkg/ent/client.go:185
MethodDeleteOne
DeleteOne returns a delete builder for the given entity.
pkg/ent/client.go:275
FunctionDesc
Desc applies the given fields in DESC order.
pkg/ent/ent.go:64
MethodDoNothing
DoNothing configures the conflict_action to `DO NOTHING`. Supported only by SQLite and PostgreSQL.
pkg/ent/term_create.go:670
MethodDoNothing
DoNothing configures the conflict_action to `DO NOTHING`. Supported only by SQLite and PostgreSQL.
pkg/ent/document_create.go:622
MethodEdgeCleared
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
pkg/ent/mutation.go:490
MethodEdgeCleared
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
pkg/ent/mutation.go:969
MethodEdges
Edges of the Document.
pkg/ent/schema/document.go:29
MethodError
Error implements the error interface.
pkg/ent/ent.go:153
MethodError
Error implements the error interface.
pkg/ent/ent.go:177
MethodError
Error implements the error interface.
pkg/ent/ent.go:204
MethodError
Error implements the error interface.
pkg/ent/ent.go:223
MethodError
Error implements the error interface.
pkg/ent/ent.go:245
MethodExec
Exec executes the deletion query.
pkg/ent/document_delete.go:96
MethodExec
Exec executes the deletion query.
pkg/ent/term_delete.go:96
MethodExec
Exec executes the query.
pkg/ent/term_create.go:466
MethodExec
Exec executes the query.
pkg/ent/term_create.go:741
MethodExec
Exec executes the query.
pkg/ent/document_create.go:426
MethodExec
Exec executes the query.
pkg/ent/document_create.go:693
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_delete.go:109
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_update.go:103
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_update.go:254
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_delete.go:109
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_create.go:144
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_create.go:474
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_create.go:579
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_create.go:754
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_update.go:109
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_update.go:276
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_create.go:128
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_create.go:434
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_create.go:538
MethodExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_create.go:706
MethodExistX
ExistX is like Exist, but panics if an error occurs.
pkg/ent/document_query.go:224
MethodExistX
ExistX is like Exist, but panics if an error occurs.
pkg/ent/term_query.go:225
MethodExtend
Extend extends a chain, adding the specified chain as the last ones in the mutation flow.
pkg/ent/hook/hook.go:215
MethodField
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in t
pkg/ent/mutation.go:329
MethodFieldCleared
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
pkg/ent/mutation.go:427
MethodFields
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call
pkg/ent/mutation.go:309
MethodFields
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call
pkg/ent/mutation.go:788
MethodFields
Fields of the Document.
pkg/ent/schema/document.go:14
MethodFields
()
pkg/ent/schema/timestamp_mixin.go:15
MethodFindTermCompressedById
(w http.ResponseWriter, r *http.Request)
pkg/interface/api/term/term.go:22
MethodFindTermCompressedById
(ctx context.Context, uuid uuid.UUID)
pkg/domain/repository/term_repository.go:12
MethodFindTermCompressedById
(ctx context.Context, id uuid.UUID)
pkg/usecase/term/term.go:24
MethodFirstIDX
FirstIDX is like FirstID, but panics if an error occurs.
pkg/ent/document_query.go:100
MethodFirstIDX
FirstIDX is like FirstID, but panics if an error occurs.
pkg/ent/term_query.go:101
MethodFirstX
FirstX is like First, but panics if an error occurs.
pkg/ent/document_query.go:77
MethodFirstX
FirstX is like First, but panics if an error occurs.
pkg/ent/term_query.go:78
MethodFloat64X
Float64X is like Float64, but panics if an error occurs.
pkg/ent/document_query.go:607
MethodFloat64X
Float64X is like Float64, but panics if an error occurs.
pkg/ent/document_query.go:858
MethodFloat64X
Float64X is like Float64, but panics if an error occurs.
pkg/ent/term_query.go:608
MethodFloat64X
Float64X is like Float64, but panics if an error occurs.
pkg/ent/term_query.go:859
MethodFloat64sX
Float64sX is like Float64s, but panics if an error occurs.
pkg/ent/document_query.go:580
MethodFloat64sX
Float64sX is like Float64s, but panics if an error occurs.
pkg/ent/document_query.go:832
MethodFloat64sX
Float64sX is like Float64s, but panics if an error occurs.
pkg/ent/term_query.go:581
MethodFloat64sX
Float64sX is like Float64s, but panics if an error occurs.
pkg/ent/term_query.go:833
FunctionFromContext
FromContext returns a Client stored inside a context, or nil if there isn't one.
pkg/ent/context.go:12
MethodGetX
GetX is like Get, but panics if an error occurs.
pkg/ent/client.go:210
MethodGetX
GetX is like Get, but panics if an error occurs.
pkg/ent/client.go:300
FunctionHasAddedFields
HasAddedFields is a condition validating `.AddedField` on fields.
pkg/ent/hook/hook.go:86
FunctionHasClearedFields
HasClearedFields is a condition validating `.FieldCleared` on fields.
pkg/ent/hook/hook.go:101
FunctionHasFields
HasFields is a condition validating `.Field` on fields.
pkg/ent/hook/hook.go:116
MethodHook
Hook chains the list of hooks and returns the final hook.
pkg/ent/hook/hook.go:195
FunctionIDEQ
IDEQ applies the EQ predicate on the ID field.
pkg/ent/term/where.go:21
FunctionIDEQ
IDEQ applies the EQ predicate on the ID field.
pkg/ent/document/where.go:20
FunctionIDGT
IDGT applies the GT predicate on the ID field.
pkg/ent/term/where.go:69
FunctionIDGT
IDGT applies the GT predicate on the ID field.
pkg/ent/document/where.go:68
FunctionIDGTE
IDGTE applies the GTE predicate on the ID field.
pkg/ent/term/where.go:76
FunctionIDGTE
IDGTE applies the GTE predicate on the ID field.
pkg/ent/document/where.go:75
FunctionIDIn
IDIn applies the In predicate on the ID field.
pkg/ent/term/where.go:35
FunctionIDIn
IDIn applies the In predicate on the ID field.
pkg/ent/document/where.go:34
FunctionIDLT
IDLT applies the LT predicate on the ID field.
pkg/ent/term/where.go:83
FunctionIDLT
IDLT applies the LT predicate on the ID field.
pkg/ent/document/where.go:82
FunctionIDLTE
IDLTE applies the LTE predicate on the ID field.
pkg/ent/term/where.go:90
FunctionIDLTE
IDLTE applies the LTE predicate on the ID field.
pkg/ent/document/where.go:89
FunctionIDNEQ
IDNEQ applies the NEQ predicate on the ID field.
pkg/ent/term/where.go:28
FunctionIDNEQ
IDNEQ applies the NEQ predicate on the ID field.
pkg/ent/document/where.go:27
FunctionIDNotIn
IDNotIn applies the NotIn predicate on the ID field.
pkg/ent/term/where.go:52
FunctionIDNotIn
IDNotIn applies the NotIn predicate on the ID field.
pkg/ent/document/where.go:51
MethodIDX
IDX is like ID, but panics if an error occurs.
pkg/ent/term_create.go:495
MethodIDX
IDX is like ID, but panics if an error occurs.
pkg/ent/document_create.go:450
MethodIDs
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction w
pkg/ent/mutation.go:132
MethodIDsX
IDsX is like IDs, but panics if an error occurs.
pkg/ent/document_query.go:190
MethodIDsX
IDsX is like IDs, but panics if an error occurs.
pkg/ent/term_query.go:191
MethodIgnore
Ignore sets each column to itself in case of conflict. Using this option is equivalent to using: client.Term.Create(). OnConflict(sql.ResolveWithIgno
pkg/ent/term_create.go:388
MethodIgnore
Ignore sets each column to itself in case of conflict. Using this option is equivalent to using: client.Term.Create(). OnConflict(sql.ResolveWithI
pkg/ent/term_create.go:663
MethodIgnore
Ignore sets each column to itself in case of conflict. Using this option is equivalent to using: client.Document.Create(). OnConflict(sql.ResolveWith
pkg/ent/document_create.go:348
MethodIgnore
Ignore sets each column to itself in case of conflict. Using this option is equivalent to using: client.Document.Create(). OnConflict(sql.ResolveW
pkg/ent/document_create.go:615
MethodIndexes
()
pkg/ent/schema/term.go:31
MethodIntX
IntX is like Int, but panics if an error occurs.
pkg/ent/document_query.go:558
MethodIntX
IntX is like Int, but panics if an error occurs.
pkg/ent/document_query.go:811
MethodIntX
IntX is like Int, but panics if an error occurs.
pkg/ent/term_query.go:559
MethodIntX
IntX is like Int, but panics if an error occurs.
pkg/ent/term_query.go:812
MethodIntsX
IntsX is like Ints, but panics if an error occurs.
pkg/ent/document_query.go:531
MethodIntsX
IntsX is like Ints, but panics if an error occurs.
pkg/ent/document_query.go:785
MethodIntsX
IntsX is like Ints, but panics if an error occurs.
pkg/ent/term_query.go:532
MethodIntsX
IntsX is like Ints, but panics if an error occurs.
pkg/ent/term_query.go:786
FunctionIsConstraintError
IsConstraintError returns a boolean indicating whether the error is a constraint failure.
pkg/ent/ent.go:255
FunctionIsNotLoaded
IsNotLoaded returns a boolean indicating whether the error is a not loaded error.
pkg/ent/ent.go:228
← previousnext →401–500 of 762, ranked by callers