MCPcopy Create free account

hub / github.com/YadaYuki/omochi / types & classes

Types & classes107 in github.com/YadaYuki/omochi

↓ 58 callersFuncTypeDocument
Document is the predicate function for document builders.
pkg/ent/predicate/predicate.go:10
↓ 53 callersFuncTypeTerm
Term is the predicate function for term builders.
pkg/ent/predicate/predicate.go:13
↓ 1 callersFuncTypeCommitFunc
The CommitFunc type is an adapter to allow the use of ordinary function as a Committer. If f is a function with the appropriate signature, CommitFunc(
pkg/ent/tx.go:43
↓ 1 callersFuncTypeRollbackFunc
The RollbackFunc type is an adapter to allow the use of ordinary function as a Rollbacker. If f is a function with the appropriate signature, Rollback
pkg/ent/tx.go:98
↓ 1 callersTypeAliasSearchModeType
pkg/domain/entities/query.go:3
FuncTypeAggregateFunc
AggregateFunc applies an aggregation step on the group-by traversal/selector.
pkg/ent/ent.go:77
StructChain
Chain acts as a list of hooks and is effectively immutable. Once created, it will always hold the same set of hooks in the same order.
pkg/ent/hook/hook.go:185
StructClient
Client is the client that holds all ent builders.
pkg/ent/client.go:21
TypeAliasCode
common Error Code. ref: https://github.com/gilcrest/diy-go-api/blob/9dea2423ed084c14d251f4db014967eaa57f74be/domain/errs/errs.go
pkg/errors/code/code.go:5
FuncTypeCommitHook
CommitHook defines the "commit middleware". A function that gets a Committer and returns a Committer. For example: hook := func(next ent.Committer)
pkg/ent/tx.go:59
InterfaceCommitter
Committer is the interface that wraps the Commit method.
pkg/ent/tx.go:36
FuncTypeCondition
Condition is a hook condition function.
pkg/ent/hook/hook.go:39
StructConstraintError
ConstraintError returns when trying to create/update one or more entities and one or more of their constraints failed. For example, violation of edge
pkg/ent/ent.go:239
StructDocument
Document is the model entity for the Document schema.
pkg/ent/document.go:15
StructDocument
Document holds the schema definition for the Document entity.
pkg/ent/schema/document.go:9
StructDocument
pkg/domain/entities/document.go:7
StructDocumentClient
DocumentClient is a client for the Document schema.
pkg/ent/client.go:134
StructDocumentController
pkg/interface/api/document/document.go:15
StructDocumentCreate
DocumentCreate is the builder for creating a Document entity.
pkg/ent/document_create.go:18
StructDocumentCreate
pkg/domain/entities/document.go:15
StructDocumentCreateBulk
DocumentCreateBulk is the builder for creating many Document entities in bulk.
pkg/ent/document_create.go:459
StructDocumentDelete
DocumentDelete is the builder for deleting a Document entity.
pkg/ent/document_delete.go:17
StructDocumentDeleteOne
DocumentDeleteOne is the builder for deleting a single Document entity.
pkg/ent/document_delete.go:91
StructDocumentEntRepository
pkg/infrastructure/persistence/entdb/document_ent_repository.go:17
FuncTypeDocumentFunc
The DocumentFunc type is an adapter to allow the use of ordinary function as Document mutator.
pkg/ent/hook/hook.go:14
StructDocumentGroupBy
DocumentGroupBy is the group-by builder for Document entities.
pkg/ent/document_query.go:436
StructDocumentMutation
DocumentMutation represents an operation that mutates the Document nodes in the graph.
pkg/ent/mutation.go:34
StructDocumentQuery
DocumentQuery is the builder for querying Document entities.
pkg/ent/document_query.go:19
InterfaceDocumentRanker
pkg/domain/service/document_ranker.go:10
InterfaceDocumentRepository
pkg/domain/repository/document_repository.go:10
StructDocumentSelect
DocumentSelect is the builder for selecting fields of Document entities.
pkg/ent/document_query.go:703
StructDocumentUpdate
DocumentUpdate is the builder for updating Document entities.
pkg/ent/document_update.go:19
StructDocumentUpdateOne
DocumentUpdateOne is the builder for updating a single Document entity.
pkg/ent/document_update.go:168
StructDocumentUpsert
DocumentUpsert is the "OnConflict" setter.
pkg/ent/document_create.go:269
StructDocumentUpsertBulk
DocumentUpsertBulk is the builder for "upsert"-ing a bulk of Document nodes.
pkg/ent/document_create.go:583
StructDocumentUpsertOne
DocumentUpsertOne is the builder for "upsert"-ing one Document node.
pkg/ent/document_create.go:264
TypeAliasDocuments
Documents is a parsable slice of Document.
pkg/ent/document.go:126
StructEnProseTokenizer
pkg/infrastructure/tokenizer/eng/en_prose_tokenizer.go:15
StructEntIndexer
pkg/infrastructure/indexer/entindexer/ent_indexer.go:15
StructEntTransactionWrapper
pkg/infrastructure/transaction/wrapper/transaction_wrapper.go:12
StructError
pkg/errors/error.go:9
InterfaceIndexer
pkg/domain/service/indexer.go:10
StructIndexer
pkg/infrastructure/indexer/indexer.go:13
StructInvertIndex
pkg/domain/entities/invert_index.go:3
StructInvertIndexCompressed
pkg/domain/entities/invert_index.go:7
InterfaceInvertIndexCompresser
pkg/domain/service/invert_index_compresser.go:10
StructJaKagomeTokenizer
pkg/infrastructure/tokenizer/ja/ja_kagome_tokenizer.go:13
StructMysqlConfigType
pkg/config/mysql.go:8
StructNotFoundError
NotFoundError returns when trying to fetch a specific entity and it was not found in the database.
pkg/ent/ent.go:172
StructNotLoadedError
NotLoadedError returns when trying to get a node that was not loaded by the query.
pkg/ent/ent.go:218
StructNotSingularError
NotSingularError returns when trying to fetch a singular entity and more then one was found in the database.
pkg/ent/ent.go:199
FuncTypeOption
Option function to configure the client.
pkg/ent/config.go:11
FuncTypeOption
Option configures client creation.
pkg/ent/enttest/enttest.go:24
FuncTypeOrderFunc
OrderFunc applies an ordering on the sql selector.
pkg/ent/ent.go:28
StructPosting
pkg/domain/entities/posting.go:3
StructQuery
pkg/domain/entities/query.go:10
StructRequestSearchDocument
pkg/interface/api/document/document.go:23
StructReseponseSearchDocument
pkg/interface/api/document/document.go:28
FuncTypeRollbackHook
RollbackHook defines the "rollback middleware". A function that gets a Rollbacker and returns a Rollbacker. For example: hook := func(next ent.Rollb
pkg/ent/tx.go:114
InterfaceRollbacker
Rollbacker is the interface that wraps the Rollback method.
pkg/ent/tx.go:91
StructSchema
Schema is the API for creating, migrating and dropping a schema.
pkg/ent/migrate/migrate.go:39
InterfaceSearchUseCase
pkg/usecase/search/search.go:12
InterfaceSearcher
pkg/domain/service/searcher.go:10
StructSearcher
pkg/infrastructure/searcher/searcher.go:15
StructTerm
Term is the model entity for the Term schema.
pkg/ent/term.go:16
StructTerm
Term holds the schema definition for the Term entity.
pkg/ent/schema/term.go:11
StructTerm
pkg/domain/entities/term.go:9
StructTermClient
TermClient is a client for the Term schema.
pkg/ent/client.go:224
StructTermCompressed
pkg/domain/entities/term.go:17
StructTermCompressedCreate
pkg/domain/entities/term.go:30
StructTermController
pkg/interface/api/term/term.go:14
StructTermCreate
TermCreate is the builder for creating a Term entity.
pkg/ent/term_create.go:20
StructTermCreate
pkg/domain/entities/term.go:25
StructTermCreateBulk
TermCreateBulk is the builder for creating many Term entities in bulk.
pkg/ent/term_create.go:504
StructTermDelete
TermDelete is the builder for deleting a Term entity.
pkg/ent/term_delete.go:17
StructTermDeleteOne
TermDeleteOne is the builder for deleting a single Term entity.
pkg/ent/term_delete.go:91
StructTermEntRepository
pkg/infrastructure/persistence/entdb/term_ent_repository.go:16
FuncTypeTermFunc
The TermFunc type is an adapter to allow the use of ordinary function as Term mutator.
pkg/ent/hook/hook.go:27
StructTermGroupBy
TermGroupBy is the group-by builder for Term entities.
pkg/ent/term_query.go:437
StructTermMutation
TermMutation represents an operation that mutates the Term nodes in the graph.
pkg/ent/mutation.go:507
StructTermQuery
TermQuery is the builder for querying Term entities.
pkg/ent/term_query.go:20
InterfaceTermRepository
pkg/domain/repository/term_repository.go:11
StructTermSelect
TermSelect is the builder for selecting fields of Term entities.
pkg/ent/term_query.go:704
StructTermUpdate
TermUpdate is the builder for updating Term entities.
pkg/ent/term_update.go:19
StructTermUpdateOne
TermUpdateOne is the builder for updating a single Term entity.
pkg/ent/term_update.go:184
StructTermUpsert
TermUpsert is the "OnConflict" setter.
pkg/ent/term_create.go:303
StructTermUpsertBulk
TermUpsertBulk is the builder for "upsert"-ing a bulk of Term nodes.
pkg/ent/term_create.go:624
StructTermUpsertOne
TermUpsertOne is the builder for "upsert"-ing one Term node.
pkg/ent/term_create.go:298
InterfaceTermUseCase
pkg/usecase/term/term.go:12
TypeAliasTerms
Terms is a parsable slice of Term.
pkg/ent/term.go:129
InterfaceTestingT
TestingT is the interface that is shared between testing.T and testing.B and used by enttest.
pkg/ent/enttest/enttest.go:18
StructTfIdfDocumentRanker
pkg/infrastructure/documentranker/tfidfranker/tf_idf_document_ranker.go:14
StructTimeStampMixin
pkg/ent/schema/timestamp_mixin.go:11
InterfaceTokenizer
pkg/domain/service/tokenizer.go:10
StructTx
Tx is a transactional client that is created by calling Client.Tx().
pkg/ent/tx.go:13
StructValidationError
ValidationError returns when validating a field or edge fails.
pkg/ent/ent.go:147
StructZlibInvertIndexCompresser
pkg/infrastructure/compresser/zlib_invert_index_compresser.go:17
StructclientCtxKey
pkg/ent/context.go:9
Structconfig
Config is the configuration for the client and its builder.
pkg/ent/config.go:14
FuncTypedocumentOption
documentOption allows management of the mutation configuration using functional options.
pkg/ent/mutation.go:52
next →1–100 of 107, ranked by callers