MCPcopy Create free account

hub / github.com/YadaYuki/omochi / functions

Functions762 in github.com/YadaYuki/omochi

↓ 1 callersFunctionnewTsvReader
(reader io.Reader)
cmd/seeds/data/data.go:9
↓ 1 callersFunctionnewTx
newTx creates a new transactional driver.
pkg/ent/tx.go:177
↓ 1 callersMethodoptions
Options applies the options on the config object.
pkg/ent/config.go:32
↓ 1 callersMethodscanValues
scanValues returns the types for scanning values from sql.Rows.
pkg/ent/term.go:31
↓ 1 callersMethodscanValues
scanValues returns the types for scanning values from sql.Rows.
pkg/ent/document.go:30
↓ 1 callersMethodsearchAnd
(ctx context.Context, query *entities.Query)
pkg/infrastructure/searcher/searcher.go:122
↓ 1 callersMethodsearchBySingleKeyword
(ctx context.Context, query *entities.Query)
pkg/infrastructure/searcher/searcher.go:45
↓ 1 callersMethodsearchOr
(ctx context.Context, query *entities.Query)
pkg/infrastructure/searcher/searcher.go:75
↓ 1 callersMethodsqlAll
(ctx context.Context)
pkg/ent/document_query.go:312
↓ 1 callersMethodsqlAll
(ctx context.Context)
pkg/ent/term_query.go:313
↓ 1 callersMethodsqlExist
(ctx context.Context)
pkg/ent/document_query.go:347
↓ 1 callersMethodsqlExist
(ctx context.Context)
pkg/ent/term_query.go:348
↓ 1 callersMethodsqlQuery
()
pkg/ent/document_query.go:683
↓ 1 callersMethodsqlQuery
()
pkg/ent/term_query.go:684
↓ 1 callersMethodsqlScan
(ctx context.Context, v interface{})
pkg/ent/document_query.go:664
↓ 1 callersMethodsqlScan
(ctx context.Context, v interface{})
pkg/ent/document_query.go:913
↓ 1 callersMethodsqlScan
(ctx context.Context, v interface{})
pkg/ent/term_query.go:665
↓ 1 callersMethodsqlScan
(ctx context.Context, v interface{})
pkg/ent/term_query.go:914
↓ 1 callersFunctionwithDocument
withDocument sets the old Document of the mutation.
pkg/ent/mutation.go:91
↓ 1 callersFunctionwithDocumentID
withDocumentID sets the ID field of the mutation.
pkg/ent/mutation.go:69
↓ 1 callersFunctionwithTerm
withTerm sets the old Term of the mutation.
pkg/ent/mutation.go:564
↓ 1 callersFunctionwithTermID
withTermID sets the ID field of the mutation.
pkg/ent/mutation.go:542
MethodAddField
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the
pkg/ent/mutation.go:413
MethodAddField
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the
pkg/ent/mutation.go:892
MethodAddedEdges
AddedEdges returns all edge names that were set/added in this mutation.
pkg/ent/mutation.go:459
MethodAddedEdges
AddedEdges returns all edge names that were set/added in this mutation.
pkg/ent/mutation.go:938
MethodAddedField
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that t
pkg/ent/mutation.go:406
MethodAddedFields
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
pkg/ent/mutation.go:399
MethodAddedFields
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
pkg/ent/mutation.go:878
MethodAddedIDs
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
pkg/ent/mutation.go:466
MethodAddedIDs
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
pkg/ent/mutation.go:945
MethodAggregate
Aggregate adds the given aggregation functions to the group-by query.
pkg/ent/document_query.go:446
MethodAggregate
Aggregate adds the given aggregation functions to the group-by query.
pkg/ent/term_query.go:447
MethodAllX
AllX is like All, but panics if an error occurs.
pkg/ent/document_query.go:172
MethodAllX
AllX is like All, but panics if an error occurs.
pkg/ent/term_query.go:173
FunctionAnd
And groups predicates with the AND operator between them.
pkg/ent/term/where.go:464
FunctionAnd
And groups predicates with the AND operator between them.
pkg/ent/document/where.go:498
FunctionAnd
And groups conditions with the AND operator.
pkg/ent/hook/hook.go:42
FunctionAs
As is a pseudo aggregation function for renaming another other functions with custom names. For example: GroupBy(field1, field2). Aggregate(ent.As(
pkg/ent/ent.go:85
FunctionAsc
Asc applies the given fields in ASC order.
pkg/ent/ent.go:51
MethodBeginTx
BeginTx returns a transactional client with specified options.
pkg/ent/client.go:83
MethodBoolX
BoolX is like Bool, but panics if an error occurs.
pkg/ent/document_query.go:656
MethodBoolX
BoolX is like Bool, but panics if an error occurs.
pkg/ent/document_query.go:905
MethodBoolX
BoolX is like Bool, but panics if an error occurs.
pkg/ent/term_query.go:657
MethodBoolX
BoolX is like Bool, but panics if an error occurs.
pkg/ent/term_query.go:906
MethodBoolsX
BoolsX is like Bools, but panics if an error occurs.
pkg/ent/document_query.go:629
MethodBoolsX
BoolsX is like Bools, but panics if an error occurs.
pkg/ent/document_query.go:879
MethodBoolsX
BoolsX is like Bools, but panics if an error occurs.
pkg/ent/term_query.go:630
MethodBoolsX
BoolsX is like Bools, but panics if an error occurs.
pkg/ent/term_query.go:880
MethodClearEdge
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
pkg/ent/mutation.go:496
MethodClearEdge
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
pkg/ent/mutation.go:975
MethodClearField
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
pkg/ent/mutation.go:434
MethodClearField
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
pkg/ent/mutation.go:913
MethodClearedEdges
ClearedEdges returns all edge names that were cleared in this mutation.
pkg/ent/mutation.go:483
MethodClearedEdges
ClearedEdges returns all edge names that were cleared in this mutation.
pkg/ent/mutation.go:962
MethodClearedFields
ClearedFields returns all nullable fields that were cleared during this mutation.
pkg/ent/mutation.go:421
MethodClearedFields
ClearedFields returns all nullable fields that were cleared during this mutation.
pkg/ent/mutation.go:900
MethodClone
Clone returns a duplicate of the DocumentQuery builder, including all associated steps. It can be used to prepare common query builders and use them d
pkg/ent/document_query.go:234
MethodClose
Close closes the database connection and prevents new queries from starting.
pkg/ent/client.go:122
MethodCommit
Commit calls f(ctx, m).
pkg/ent/tx.go:63
MethodCommit
Commit commits the transaction.
pkg/ent/tx.go:68
MethodCommit
Commit is a nop commit for the internal builders. User must call `Tx.Commit` in order to commit the transaction.
pkg/ent/tx.go:197
FunctionContent
Content applies equality check predicate on the "content" field. It's identical to ContentEQ.
pkg/ent/document/where.go:110
FunctionContentContains
ContentContains applies the Contains predicate on the "content" field.
pkg/ent/document/where.go:352
FunctionContentContainsFold
ContentContainsFold applies the ContainsFold predicate on the "content" field.
pkg/ent/document/where.go:380
FunctionContentEQ
ContentEQ applies the EQ predicate on the "content" field.
pkg/ent/document/where.go:276
FunctionContentEqualFold
ContentEqualFold applies the EqualFold predicate on the "content" field.
pkg/ent/document/where.go:373
FunctionContentGT
ContentGT applies the GT predicate on the "content" field.
pkg/ent/document/where.go:324
FunctionContentGTE
ContentGTE applies the GTE predicate on the "content" field.
pkg/ent/document/where.go:331
FunctionContentHasPrefix
ContentHasPrefix applies the HasPrefix predicate on the "content" field.
pkg/ent/document/where.go:359
FunctionContentHasSuffix
ContentHasSuffix applies the HasSuffix predicate on the "content" field.
pkg/ent/document/where.go:366
FunctionContentIn
ContentIn applies the In predicate on the "content" field.
pkg/ent/document/where.go:290
FunctionContentLT
ContentLT applies the LT predicate on the "content" field.
pkg/ent/document/where.go:338
FunctionContentLTE
ContentLTE applies the LTE predicate on the "content" field.
pkg/ent/document/where.go:345
FunctionContentNEQ
ContentNEQ applies the NEQ predicate on the "content" field.
pkg/ent/document/where.go:283
FunctionContentNotIn
ContentNotIn applies the NotIn predicate on the "content" field.
pkg/ent/document/where.go:307
FunctionCount
Count applies the "count" aggregation function on each group.
pkg/ent/ent.go:92
MethodCountX
CountX is like Count, but panics if an error occurs.
pkg/ent/document_query.go:207
MethodCountX
CountX is like Count, but panics if an error occurs.
pkg/ent/term_query.go:208
MethodCreate
Create returns a create builder for Document.
pkg/ent/client.go:150
MethodCreateBulk
CreateBulk returns a builder for creating a bulk of Document entities.
pkg/ent/client.go:156
FunctionCreatedAt
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
pkg/ent/term/where.go:97
FunctionCreatedAt
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
pkg/ent/document/where.go:96
FunctionCreatedAtEQ
CreatedAtEQ applies the EQ predicate on the "created_at" field.
pkg/ent/term/where.go:125
FunctionCreatedAtEQ
CreatedAtEQ applies the EQ predicate on the "created_at" field.
pkg/ent/document/where.go:124
FunctionCreatedAtGT
CreatedAtGT applies the GT predicate on the "created_at" field.
pkg/ent/term/where.go:173
FunctionCreatedAtGT
CreatedAtGT applies the GT predicate on the "created_at" field.
pkg/ent/document/where.go:172
FunctionCreatedAtGTE
CreatedAtGTE applies the GTE predicate on the "created_at" field.
pkg/ent/term/where.go:180
FunctionCreatedAtGTE
CreatedAtGTE applies the GTE predicate on the "created_at" field.
pkg/ent/document/where.go:179
FunctionCreatedAtIn
CreatedAtIn applies the In predicate on the "created_at" field.
pkg/ent/term/where.go:139
FunctionCreatedAtIn
CreatedAtIn applies the In predicate on the "created_at" field.
pkg/ent/document/where.go:138
FunctionCreatedAtLT
CreatedAtLT applies the LT predicate on the "created_at" field.
pkg/ent/term/where.go:187
FunctionCreatedAtLT
CreatedAtLT applies the LT predicate on the "created_at" field.
pkg/ent/document/where.go:186
FunctionCreatedAtLTE
CreatedAtLTE applies the LTE predicate on the "created_at" field.
pkg/ent/term/where.go:194
FunctionCreatedAtLTE
CreatedAtLTE applies the LTE predicate on the "created_at" field.
pkg/ent/document/where.go:193
FunctionCreatedAtNEQ
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
pkg/ent/term/where.go:132
FunctionCreatedAtNEQ
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
pkg/ent/document/where.go:131
FunctionCreatedAtNotIn
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
pkg/ent/term/where.go:156
FunctionCreatedAtNotIn
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
pkg/ent/document/where.go:155
FunctionDebug
Debug enables debug logging on the ent.Driver.
pkg/ent/config.go:42
← previousnext →301–400 of 762, ranked by callers