Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YadaYuki/omochi
/ functions
Functions
762 in github.com/YadaYuki/omochi
⨍
Functions
762
◇
Types & classes
107
Method
DeleteOne
DeleteOne returns a delete builder for the given entity.
pkg/ent/client.go:185
Method
DeleteOne
DeleteOne returns a delete builder for the given entity.
pkg/ent/client.go:275
Function
Desc
Desc applies the given fields in DESC order.
pkg/ent/ent.go:64
Method
DoNothing
DoNothing configures the conflict_action to `DO NOTHING`. Supported only by SQLite and PostgreSQL.
pkg/ent/term_create.go:670
Method
DoNothing
DoNothing configures the conflict_action to `DO NOTHING`. Supported only by SQLite and PostgreSQL.
pkg/ent/document_create.go:622
Method
EdgeCleared
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
pkg/ent/mutation.go:490
Method
EdgeCleared
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
pkg/ent/mutation.go:969
Method
Edges
Edges of the Document.
pkg/ent/schema/document.go:29
Method
Error
Error implements the error interface.
pkg/ent/ent.go:153
Method
Error
Error implements the error interface.
pkg/ent/ent.go:177
Method
Error
Error implements the error interface.
pkg/ent/ent.go:204
Method
Error
Error implements the error interface.
pkg/ent/ent.go:223
Method
Error
Error implements the error interface.
pkg/ent/ent.go:245
Method
Exec
Exec executes the deletion query.
pkg/ent/document_delete.go:96
Method
Exec
Exec executes the deletion query.
pkg/ent/term_delete.go:96
Method
Exec
Exec executes the query.
pkg/ent/term_create.go:466
Method
Exec
Exec executes the query.
pkg/ent/term_create.go:741
Method
Exec
Exec executes the query.
pkg/ent/document_create.go:426
Method
Exec
Exec executes the query.
pkg/ent/document_create.go:693
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_delete.go:109
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_update.go:103
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_update.go:254
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_delete.go:109
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_create.go:144
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_create.go:474
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_create.go:579
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_create.go:754
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_update.go:109
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/term_update.go:276
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_create.go:128
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_create.go:434
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_create.go:538
Method
ExecX
ExecX is like Exec, but panics if an error occurs.
pkg/ent/document_create.go:706
Method
ExistX
ExistX is like Exist, but panics if an error occurs.
pkg/ent/document_query.go:224
Method
ExistX
ExistX is like Exist, but panics if an error occurs.
pkg/ent/term_query.go:225
Method
Extend
Extend extends a chain, adding the specified chain as the last ones in the mutation flow.
pkg/ent/hook/hook.go:215
Method
Field
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
Method
FieldCleared
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
pkg/ent/mutation.go:427
Method
Fields
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
Method
Fields
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
Method
Fields
Fields of the Document.
pkg/ent/schema/document.go:14
Method
Fields
()
pkg/ent/schema/timestamp_mixin.go:15
Method
FindTermCompressedById
(w http.ResponseWriter, r *http.Request)
pkg/interface/api/term/term.go:22
Method
FindTermCompressedById
(ctx context.Context, uuid uuid.UUID)
pkg/domain/repository/term_repository.go:12
Method
FindTermCompressedById
(ctx context.Context, id uuid.UUID)
pkg/usecase/term/term.go:24
Method
FirstIDX
FirstIDX is like FirstID, but panics if an error occurs.
pkg/ent/document_query.go:100
Method
FirstIDX
FirstIDX is like FirstID, but panics if an error occurs.
pkg/ent/term_query.go:101
Method
FirstX
FirstX is like First, but panics if an error occurs.
pkg/ent/document_query.go:77
Method
FirstX
FirstX is like First, but panics if an error occurs.
pkg/ent/term_query.go:78
Method
Float64X
Float64X is like Float64, but panics if an error occurs.
pkg/ent/document_query.go:607
Method
Float64X
Float64X is like Float64, but panics if an error occurs.
pkg/ent/document_query.go:858
Method
Float64X
Float64X is like Float64, but panics if an error occurs.
pkg/ent/term_query.go:608
Method
Float64X
Float64X is like Float64, but panics if an error occurs.
pkg/ent/term_query.go:859
Method
Float64sX
Float64sX is like Float64s, but panics if an error occurs.
pkg/ent/document_query.go:580
Method
Float64sX
Float64sX is like Float64s, but panics if an error occurs.
pkg/ent/document_query.go:832
Method
Float64sX
Float64sX is like Float64s, but panics if an error occurs.
pkg/ent/term_query.go:581
Method
Float64sX
Float64sX is like Float64s, but panics if an error occurs.
pkg/ent/term_query.go:833
Function
FromContext
FromContext returns a Client stored inside a context, or nil if there isn't one.
pkg/ent/context.go:12
Method
GetX
GetX is like Get, but panics if an error occurs.
pkg/ent/client.go:210
Method
GetX
GetX is like Get, but panics if an error occurs.
pkg/ent/client.go:300
Function
HasAddedFields
HasAddedFields is a condition validating `.AddedField` on fields.
pkg/ent/hook/hook.go:86
Function
HasClearedFields
HasClearedFields is a condition validating `.FieldCleared` on fields.
pkg/ent/hook/hook.go:101
Function
HasFields
HasFields is a condition validating `.Field` on fields.
pkg/ent/hook/hook.go:116
Method
Hook
Hook chains the list of hooks and returns the final hook.
pkg/ent/hook/hook.go:195
Function
IDEQ
IDEQ applies the EQ predicate on the ID field.
pkg/ent/term/where.go:21
Function
IDEQ
IDEQ applies the EQ predicate on the ID field.
pkg/ent/document/where.go:20
Function
IDGT
IDGT applies the GT predicate on the ID field.
pkg/ent/term/where.go:69
Function
IDGT
IDGT applies the GT predicate on the ID field.
pkg/ent/document/where.go:68
Function
IDGTE
IDGTE applies the GTE predicate on the ID field.
pkg/ent/term/where.go:76
Function
IDGTE
IDGTE applies the GTE predicate on the ID field.
pkg/ent/document/where.go:75
Function
IDIn
IDIn applies the In predicate on the ID field.
pkg/ent/term/where.go:35
Function
IDIn
IDIn applies the In predicate on the ID field.
pkg/ent/document/where.go:34
Function
IDLT
IDLT applies the LT predicate on the ID field.
pkg/ent/term/where.go:83
Function
IDLT
IDLT applies the LT predicate on the ID field.
pkg/ent/document/where.go:82
Function
IDLTE
IDLTE applies the LTE predicate on the ID field.
pkg/ent/term/where.go:90
Function
IDLTE
IDLTE applies the LTE predicate on the ID field.
pkg/ent/document/where.go:89
Function
IDNEQ
IDNEQ applies the NEQ predicate on the ID field.
pkg/ent/term/where.go:28
Function
IDNEQ
IDNEQ applies the NEQ predicate on the ID field.
pkg/ent/document/where.go:27
Function
IDNotIn
IDNotIn applies the NotIn predicate on the ID field.
pkg/ent/term/where.go:52
Function
IDNotIn
IDNotIn applies the NotIn predicate on the ID field.
pkg/ent/document/where.go:51
Method
IDX
IDX is like ID, but panics if an error occurs.
pkg/ent/term_create.go:495
Method
IDX
IDX is like ID, but panics if an error occurs.
pkg/ent/document_create.go:450
Method
IDs
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
Method
IDsX
IDsX is like IDs, but panics if an error occurs.
pkg/ent/document_query.go:190
Method
IDsX
IDsX is like IDs, but panics if an error occurs.
pkg/ent/term_query.go:191
Method
Ignore
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
Method
Ignore
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
Method
Ignore
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
Method
Ignore
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
Method
Indexes
()
pkg/ent/schema/term.go:31
Method
IntX
IntX is like Int, but panics if an error occurs.
pkg/ent/document_query.go:558
Method
IntX
IntX is like Int, but panics if an error occurs.
pkg/ent/document_query.go:811
Method
IntX
IntX is like Int, but panics if an error occurs.
pkg/ent/term_query.go:559
Method
IntX
IntX is like Int, but panics if an error occurs.
pkg/ent/term_query.go:812
Method
IntsX
IntsX is like Ints, but panics if an error occurs.
pkg/ent/document_query.go:531
Method
IntsX
IntsX is like Ints, but panics if an error occurs.
pkg/ent/document_query.go:785
Method
IntsX
IntsX is like Ints, but panics if an error occurs.
pkg/ent/term_query.go:532
Method
IntsX
IntsX is like Ints, but panics if an error occurs.
pkg/ent/term_query.go:786
Function
IsConstraintError
IsConstraintError returns a boolean indicating whether the error is a constraint failure.
pkg/ent/ent.go:255
Function
IsNotLoaded
IsNotLoaded returns a boolean indicating whether the error is a not loaded error.
pkg/ent/ent.go:228
← previous
next →
401–500 of 762, ranked by callers