MCPcopy Create free account

hub / github.com/an0nfunc/ALHP / types & classes

Types & classes61 in github.com/an0nfunc/ALHP

↓ 232 callersFuncTypeDBPackage
DBPackage is the predicate function for dbpackage builders.
ent/predicate/predicate.go:10
↓ 5 callersTypeAliasRepository
Repository defines the type for the "repository" enum field.
ent/dbpackage/dbpackage.go:136
↓ 3 callersTypeAliasPackage
package.go:16
↓ 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(
ent/tx.go:35
↓ 1 callersTypeAliasDebugSymbols
DebugSymbols defines the type for the "debug_symbols" enum field.
ent/dbpackage/dbpackage.go:188
↓ 1 callersTypeAliasGlobs
utils.go:96
↓ 1 callersTypeAliasLto
Lto defines the type for the "lto" enum field.
ent/dbpackage/dbpackage.go:160
↓ 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
ent/tx.go:91
↓ 1 callersTypeAliasStatus
Status defines the type for the "status" enum field.
ent/dbpackage/dbpackage.go:103
FuncTypeAggregateFunc
AggregateFunc applies an aggregation step on the group-by traversal/selector.
ent/ent.go:107
StructBuildManager
buildmanager.go:23
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.
ent/hook/hook.go:167
StructClient
Client is the client that holds all ent builders.
ent/client.go:21
FuncTypeCommitHook
CommitHook defines the "commit middleware". A function that gets a Committer and returns a Committer. For example: hook := func(next ent.Committer)
ent/tx.go:51
InterfaceCommitter
Committer is the interface that wraps the Commit method.
ent/tx.go:28
FuncTypeCondition
Condition is a hook condition function.
ent/hook/hook.go:25
StructConf
utils.go:63
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
ent/ent.go:264
StructDBPackage
DBPackage is the model entity for the DBPackage schema.
ent/dbpackage.go:17
StructDBPackage
DBPackage holds the schema definition for the DbPackage entity.
ent/schema/dbpackage.go:9
StructDBPackageClient
DBPackageClient is a client for the DBPackage schema.
ent/client.go:200
StructDBPackageCreate
DBPackageCreate is the builder for creating a DBPackage entity.
ent/dbpackage_create.go:17
StructDBPackageCreateBulk
DBPackageCreateBulk is the builder for creating many DBPackage entities in bulk.
ent/dbpackage_create.go:471
StructDBPackageDelete
DBPackageDelete is the builder for deleting a DBPackage entity.
ent/dbpackage_delete.go:16
StructDBPackageDeleteOne
DBPackageDeleteOne is the builder for deleting a single DBPackage entity.
ent/dbpackage_delete.go:60
FuncTypeDBPackageFunc
The DBPackageFunc type is an adapter to allow the use of ordinary function as DBPackage mutator.
ent/hook/hook.go:14
StructDBPackageGroupBy
DBPackageGroupBy is the group-by builder for DBPackage entities.
ent/dbpackage_query.go:457
StructDBPackageMutation
DBPackageMutation represents an operation that mutates the DBPackage nodes in the graph.
ent/mutation.go:31
StructDBPackageQuery
DBPackageQuery is the builder for querying DBPackage entities.
ent/dbpackage_query.go:19
StructDBPackageSelect
DBPackageSelect is the builder for selecting fields of DBPackage entities.
ent/dbpackage_query.go:505
StructDBPackageUpdate
DBPackageUpdate is the builder for updating DBPackage entities.
ent/dbpackage_update.go:20
StructDBPackageUpdateOne
DBPackageUpdateOne is the builder for updating a single DBPackage entity.
ent/dbpackage_update.go:634
TypeAliasDBPackages
DBPackages is a parsable slice of DBPackage.
ent/dbpackage.go:338
StructMemStats
utils.go:820
StructMultipleStateFilesError
utils.go:98
StructNotFoundError
NotFoundError returns when trying to fetch a specific entity and it was not found in the database.
ent/ent.go:197
StructNotLoadedError
NotLoadedError returns when trying to get a node that was not loaded by the query.
ent/ent.go:243
StructNotSingularError
NotSingularError returns when trying to fetch a singular entity and more then one was found in the database.
ent/ent.go:224
FuncTypeOption
Option function to configure the client.
ent/client.go:56
FuncTypeOption
Option configures client creation.
ent/enttest/enttest.go:25
FuncTypeOrderFunc
OrderFunc applies an ordering on the sql selector. Deprecated: Use Asc/Desc functions or the package builders instead.
ent/ent.go:65
FuncTypeOrderOption
OrderOption defines the ordering options for the DBPackage queries.
ent/dbpackage/dbpackage.go:215
StructProtoPackage
proto_package.go:35
FuncTypeRollbackHook
RollbackHook defines the "rollback middleware". A function that gets a Rollbacker and returns a Rollbacker. For example: hook := func(next ent.Rollb
ent/tx.go:107
InterfaceRollbacker
Rollbacker is the interface that wraps the Rollback method.
ent/tx.go:84
StructSchema
Schema is the API for creating, migrating and dropping a schema.
ent/migrate/migrate.go:36
StructStateInfo
utils.go:105
InterfaceTestingT
TestingT is the interface that is shared between testing.T and testing.B and used by enttest.
ent/enttest/enttest.go:19
StructTx
Tx is a transactional client that is created by calling Client.Tx().
ent/tx.go:13
StructUnableToSatisfyError
utils.go:101
StructValidationError
ValidationError returns when validating a field or edge fails.
ent/ent.go:172
StructclientCtxKey
ent/ent.go:37
Structconfig
config is the configuration for the client and its builder.
ent/client.go:43
FuncTypedbpackageOption
dbpackageOption allows management of the mutation configuration using functional options.
ent/mutation.go:71
Structhooks
hooks and interceptors per client, for fast access.
ent/client.go:334
Structinters
hooks and interceptors per client, for fast access.
ent/client.go:337
Structoptions
ent/enttest/enttest.go:27
FuncTypequeryHook
queryHook describes an internal hook for the different sqlAll methods.
ent/ent.go:608
Structselector
selector embedded by the different Select/GroupBy builders.
ent/ent.go:289
StructtxCtxKey
ent/ent.go:50
StructtxDriver
txDriver wraps the given dialect.Tx with a nop dialect.Driver implementation. The idea is to support transactions without adding any extra code to the
ent/tx.go:162