MCPcopy Create free account

hub / github.com/cit965/kubecit / types & classes

Types & classes167 in github.com/cit965/kubecit

↓ 155 callersFuncTypeCloudHost
CloudHost is the predicate function for cloudhost builders.
ent/predicate/predicate.go:10
↓ 49 callersFuncTypeUser
User is the predicate function for user builders.
ent/predicate/predicate.go:16
↓ 26 callersFuncTypeCluster
Cluster is the predicate function for cluster builders.
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(
ent/tx.go:39
↓ 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:95
StructA
internal/data/host_test.go:17
FuncTypeAggregateFunc
AggregateFunc applies an aggregation step on the group-by traversal/selector.
ent/ent.go:111
StructBootstrap
internal/conf/conf.pb.go:24
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:190
StructClient
Client is the client that holds all ent builders.
ent/client.go:23
StructCloudHost
CloudHost is the model entity for the CloudHost schema.
ent/cloudhost.go:15
StructCloudHost
CloudHost holds the schema definition for the CloudHost entity.
ent/schema/cloudhost.go:9
StructCloudHost
internal/biz/host.go:10
StructCloudHostClient
CloudHostClient is a client for the CloudHost schema.
ent/client.go:212
StructCloudHostCreate
CloudHostCreate is the builder for creating a CloudHost entity.
ent/cloudhost_create.go:16
StructCloudHostCreateBulk
CloudHostCreateBulk is the builder for creating many CloudHost entities in bulk.
ent/cloudhost_create.go:252
StructCloudHostDelete
CloudHostDelete is the builder for deleting a CloudHost entity.
ent/cloudhost_delete.go:16
StructCloudHostDeleteOne
CloudHostDeleteOne is the builder for deleting a single CloudHost entity.
ent/cloudhost_delete.go:60
FuncTypeCloudHostFunc
The CloudHostFunc type is an adapter to allow the use of ordinary function as CloudHost mutator.
ent/hook/hook.go:13
StructCloudHostGroupBy
CloudHostGroupBy is the group-by builder for CloudHost entities.
ent/cloudhost_query.go:439
StructCloudHostMutation
CloudHostMutation represents an operation that mutates the CloudHost nodes in the graph.
ent/mutation.go:34
StructCloudHostQuery
CloudHostQuery is the builder for querying CloudHost entities.
ent/cloudhost_query.go:18
InterfaceCloudHostRepo
go:generate mockgen -destination=../mocks/mrepo/host.go -package=mrepo . CloudHostRepo
internal/biz/host.go:26
StructCloudHostSelect
CloudHostSelect is the builder for selecting fields of CloudHost entities.
ent/cloudhost_query.go:487
StructCloudHostUpdate
CloudHostUpdate is the builder for updating CloudHost entities.
ent/cloudhost_update.go:18
StructCloudHostUpdateOne
CloudHostUpdateOne is the builder for updating a single CloudHost entity.
ent/cloudhost_update.go:260
StructCloudHostUsecase
CloudHostUsecase is a CloudHost usecase.
internal/biz/host.go:36
TypeAliasCloudHosts
CloudHosts is a parsable slice of CloudHost.
ent/cloudhost.go:224
InterfaceCloudProviderRepo
internal/biz/host.go:87
StructCloudProviderUsecase
internal/biz/host.go:92
StructCluster
Cluster is the model entity for the Cluster schema.
ent/cluster.go:15
StructCluster
Cluster holds the schema definition for the Cluster entity.
ent/schema/cluster.go:9
StructCluster
internal/biz/cluster.go:13
StructCluster
api/helloworld/v1/greeter.pb.go:164
StructClusterBase
api/helloworld/v1/greeter.pb.go:1414
StructClusterClient
ClusterClient is a client for the Cluster schema.
ent/client.go:330
StructClusterCreate
ClusterCreate is the builder for creating a Cluster entity.
ent/cluster_create.go:16
StructClusterCreateBulk
ClusterCreateBulk is the builder for creating many Cluster entities in bulk.
ent/cluster_create.go:116
StructClusterDelete
ClusterDelete is the builder for deleting a Cluster entity.
ent/cluster_delete.go:16
StructClusterDeleteOne
ClusterDeleteOne is the builder for deleting a single Cluster entity.
ent/cluster_delete.go:60
FuncTypeClusterFunc
The ClusterFunc type is an adapter to allow the use of ordinary function as Cluster mutator.
ent/hook/hook.go:25
StructClusterGroupBy
ClusterGroupBy is the group-by builder for Cluster entities.
ent/cluster_query.go:439
StructClusterKubeconfig
api/helloworld/v1/greeter.pb.go:1469
StructClusterListResponse
api/helloworld/v1/greeter.pb.go:219
StructClusterMutation
ClusterMutation represents an operation that mutates the Cluster nodes in the graph.
ent/mutation.go:1122
StructClusterQuery
ClusterQuery is the builder for querying Cluster entities.
ent/cluster_query.go:18
InterfaceClusterRepo
go:generate mockgen -destination=../mocks/mrepo/cluster.go -package=mrepo . ClusterRepo
internal/biz/cluster.go:26
StructClusterSelect
ClusterSelect is the builder for selecting fields of Cluster entities.
ent/cluster_query.go:487
StructClusterUpdate
ClusterUpdate is the builder for updating Cluster entities.
ent/cluster_update.go:18
StructClusterUpdateOne
ClusterUpdateOne is the builder for updating a single Cluster entity.
ent/cluster_update.go:101
StructClusterUsecase
ClusterUsecase 集群领域结构体,可以包含多个与用户业务相关的 repo
internal/biz/cluster.go:19
TypeAliasClusters
Clusters is a parsable slice of Cluster.
ent/cluster.go:103
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:55
InterfaceCommitter
Committer is the interface that wraps the Commit method.
ent/tx.go:32
FuncTypeCondition
Condition is a hook condition function.
ent/hook/hook.go:48
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:268
StructCreateInstanceReply
api/helloworld/v1/greeter.pb.go:921
StructCreateInstanceRequest
api/helloworld/v1/greeter.pb.go:874
StructData
internal/conf/conf.pb.go:134
StructData
Data contains config and db client
internal/data/data.go:17
StructData_Database
internal/conf/conf.pb.go:315
StructData_Redis
internal/conf/conf.pb.go:370
StructDeleteInstanceReply
api/helloworld/v1/greeter.pb.go:1218
StructDeleteInstanceRequest
api/helloworld/v1/greeter.pb.go:1171
StructDeploymentReq
api/helloworld/v1/greeter.pb.go:1312
StructDeploymentResp
api/helloworld/v1/greeter.pb.go:1367
StructDest
internal/data/host_test.go:22
StructEmpty
api/helloworld/v1/greeter.pb.go:24
TypeAliasErrorReason
api/helloworld/v1/error_reason.pb.go:23
StructGetInstanceReply
api/helloworld/v1/greeter.pb.go:827
StructGetInstanceRequest
api/helloworld/v1/greeter.pb.go:780
StructGreeter
Greeter is a Greeter model.
internal/biz/greeter.go:18
InterfaceGreeterClient
GreeterClient is the client API for Greeter service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.d
api/helloworld/v1/greeter_grpc.pb.go:43
InterfaceGreeterHTTPClient
api/helloworld/v1/greeter_http.pb.go:436
StructGreeterHTTPClientImpl
api/helloworld/v1/greeter_http.pb.go:455
InterfaceGreeterHTTPServer
api/helloworld/v1/greeter_http.pb.go:39
InterfaceGreeterRepo
GreeterRepo is a Greater repo.
internal/biz/greeter.go:23
InterfaceGreeterServer
GreeterServer is the server API for Greeter service. All implementations must embed UnimplementedGreeterServer for forward compatibility
api/helloworld/v1/greeter_grpc.pb.go:223
StructGreeterService
GreeterService is a greeter service.
internal/service/greeter.go:13
StructGreeterUsecase
GreeterUsecase is a Greeter usecase.
internal/biz/greeter.go:32
StructHelloReply
The response message containing the greetings
api/helloworld/v1/greeter.pb.go:464
StructHelloRequest
The request message containing the user's name.
api/helloworld/v1/greeter.pb.go:369
StructHost
api/helloworld/v1/greeter.pb.go:511
InterfaceK8sRepo
internal/biz/cluster.go:34
InterfaceK8sRepoGetter
internal/biz/cluster.go:45
StructListInstancesReply
api/helloworld/v1/greeter.pb.go:1006
StructListInstancesRequest
api/helloworld/v1/greeter.pb.go:968
StructMockCloudHostRepo
MockCloudHostRepo is a mock of CloudHostRepo interface.
internal/mocks/mrepo/host.go:16
StructMockCloudHostRepoMockRecorder
MockCloudHostRepoMockRecorder is the mock recorder for MockCloudHostRepo.
internal/mocks/mrepo/host.go:22
StructMockClusterRepo
MockClusterRepo is a mock of ClusterRepo interface.
internal/mocks/mrepo/cluster.go:16
StructMockClusterRepoMockRecorder
MockClusterRepoMockRecorder is the mock recorder for MockClusterRepo.
internal/mocks/mrepo/cluster.go:22
StructMockUserRepo
MockUserRepo is a mock of UserRepo interface.
internal/mocks/mrepo/user.go:16
StructMockUserRepoMockRecorder
MockUserRepoMockRecorder is the mock recorder for MockUserRepo.
internal/mocks/mrepo/user.go:22
StructNamespaceReq
api/helloworld/v1/greeter.pb.go:1265
StructNamespaceResp
api/helloworld/v1/greeter.pb.go:416
StructNotFoundError
NotFoundError returns when trying to fetch a specific entity and it was not found in the database.
ent/ent.go:201
StructNotLoadedError
NotLoadedError returns when trying to get a node that was not loaded by the query.
ent/ent.go:247
StructNotSingularError
NotSingularError returns when trying to fetch a singular entity and more then one was found in the database.
ent/ent.go:228
FuncTypeOption
Option function to configure the client.
ent/client.go:66
FuncTypeOption
Option configures client creation.
ent/enttest/enttest.go:25
next →1–100 of 167, ranked by callers