Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/an0nfunc/ALHP
/ types & classes
Types & classes
61 in github.com/an0nfunc/ALHP
⨍
Functions
853
◇
Types & classes
61
↓ 232 callers
FuncType
DBPackage
DBPackage is the predicate function for dbpackage builders.
ent/predicate/predicate.go:10
↓ 5 callers
TypeAlias
Repository
Repository defines the type for the "repository" enum field.
ent/dbpackage/dbpackage.go:136
↓ 3 callers
TypeAlias
Package
package.go:16
↓ 1 callers
FuncType
CommitFunc
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 callers
TypeAlias
DebugSymbols
DebugSymbols defines the type for the "debug_symbols" enum field.
ent/dbpackage/dbpackage.go:188
↓ 1 callers
TypeAlias
Globs
utils.go:96
↓ 1 callers
TypeAlias
Lto
Lto defines the type for the "lto" enum field.
ent/dbpackage/dbpackage.go:160
↓ 1 callers
FuncType
RollbackFunc
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 callers
TypeAlias
Status
Status defines the type for the "status" enum field.
ent/dbpackage/dbpackage.go:103
FuncType
AggregateFunc
AggregateFunc applies an aggregation step on the group-by traversal/selector.
ent/ent.go:107
Struct
BuildManager
buildmanager.go:23
Struct
Chain
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
Struct
Client
Client is the client that holds all ent builders.
ent/client.go:21
FuncType
CommitHook
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
Interface
Committer
Committer is the interface that wraps the Commit method.
ent/tx.go:28
FuncType
Condition
Condition is a hook condition function.
ent/hook/hook.go:25
Struct
Conf
utils.go:63
Struct
ConstraintError
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
Struct
DBPackage
DBPackage is the model entity for the DBPackage schema.
ent/dbpackage.go:17
Struct
DBPackage
DBPackage holds the schema definition for the DbPackage entity.
ent/schema/dbpackage.go:9
Struct
DBPackageClient
DBPackageClient is a client for the DBPackage schema.
ent/client.go:200
Struct
DBPackageCreate
DBPackageCreate is the builder for creating a DBPackage entity.
ent/dbpackage_create.go:17
Struct
DBPackageCreateBulk
DBPackageCreateBulk is the builder for creating many DBPackage entities in bulk.
ent/dbpackage_create.go:471
Struct
DBPackageDelete
DBPackageDelete is the builder for deleting a DBPackage entity.
ent/dbpackage_delete.go:16
Struct
DBPackageDeleteOne
DBPackageDeleteOne is the builder for deleting a single DBPackage entity.
ent/dbpackage_delete.go:60
FuncType
DBPackageFunc
The DBPackageFunc type is an adapter to allow the use of ordinary function as DBPackage mutator.
ent/hook/hook.go:14
Struct
DBPackageGroupBy
DBPackageGroupBy is the group-by builder for DBPackage entities.
ent/dbpackage_query.go:457
Struct
DBPackageMutation
DBPackageMutation represents an operation that mutates the DBPackage nodes in the graph.
ent/mutation.go:31
Struct
DBPackageQuery
DBPackageQuery is the builder for querying DBPackage entities.
ent/dbpackage_query.go:19
Struct
DBPackageSelect
DBPackageSelect is the builder for selecting fields of DBPackage entities.
ent/dbpackage_query.go:505
Struct
DBPackageUpdate
DBPackageUpdate is the builder for updating DBPackage entities.
ent/dbpackage_update.go:20
Struct
DBPackageUpdateOne
DBPackageUpdateOne is the builder for updating a single DBPackage entity.
ent/dbpackage_update.go:634
TypeAlias
DBPackages
DBPackages is a parsable slice of DBPackage.
ent/dbpackage.go:338
Struct
MemStats
utils.go:820
Struct
MultipleStateFilesError
utils.go:98
Struct
NotFoundError
NotFoundError returns when trying to fetch a specific entity and it was not found in the database.
ent/ent.go:197
Struct
NotLoadedError
NotLoadedError returns when trying to get a node that was not loaded by the query.
ent/ent.go:243
Struct
NotSingularError
NotSingularError returns when trying to fetch a singular entity and more then one was found in the database.
ent/ent.go:224
FuncType
Option
Option function to configure the client.
ent/client.go:56
FuncType
Option
Option configures client creation.
ent/enttest/enttest.go:25
FuncType
OrderFunc
OrderFunc applies an ordering on the sql selector. Deprecated: Use Asc/Desc functions or the package builders instead.
ent/ent.go:65
FuncType
OrderOption
OrderOption defines the ordering options for the DBPackage queries.
ent/dbpackage/dbpackage.go:215
Struct
ProtoPackage
proto_package.go:35
FuncType
RollbackHook
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
Interface
Rollbacker
Rollbacker is the interface that wraps the Rollback method.
ent/tx.go:84
Struct
Schema
Schema is the API for creating, migrating and dropping a schema.
ent/migrate/migrate.go:36
Struct
StateInfo
utils.go:105
Interface
TestingT
TestingT is the interface that is shared between testing.T and testing.B and used by enttest.
ent/enttest/enttest.go:19
Struct
Tx
Tx is a transactional client that is created by calling Client.Tx().
ent/tx.go:13
Struct
UnableToSatisfyError
utils.go:101
Struct
ValidationError
ValidationError returns when validating a field or edge fails.
ent/ent.go:172
Struct
clientCtxKey
ent/ent.go:37
Struct
config
config is the configuration for the client and its builder.
ent/client.go:43
FuncType
dbpackageOption
dbpackageOption allows management of the mutation configuration using functional options.
ent/mutation.go:71
Struct
hooks
hooks and interceptors per client, for fast access.
ent/client.go:334
Struct
inters
hooks and interceptors per client, for fast access.
ent/client.go:337
Struct
options
ent/enttest/enttest.go:27
FuncType
queryHook
queryHook describes an internal hook for the different sqlAll methods.
ent/ent.go:608
Struct
selector
selector embedded by the different Select/GroupBy builders.
ent/ent.go:289
Struct
txCtxKey
ent/ent.go:50
Struct
txDriver
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