Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Edmartt/grpc-crud
/ functions
Functions
112 in github.com/Edmartt/grpc-crud
⨍
Functions
112
◇
Types & classes
23
↓ 25 callers
Method
Error
(msg string)
internal/utils/logger.go:13
↓ 9 callers
Method
Error
(msg string)
internal/utils/logger.go:39
↓ 9 callers
Function
NewZeroLoggerAdapter
()
internal/utils/logger.go:23
↓ 7 callers
Method
Info
(msg string)
internal/utils/logger.go:12
↓ 6 callers
Function
file_internal_person_protos_person_proto_rawDescGZIP
()
internal/person/protos/bin/person.pb.go:396
↓ 4 callers
Method
GetConnection
()
internal/database/interface.go:6
↓ 3 callers
Method
Create
(ctx context.Context, in *Person, opts ...grpc.CallOption)
internal/person/protos/bin/person_grpc.pb.go:25
↓ 3 callers
Method
Delete
(ctx context.Context, in *DeletePersonRequest, opts ...grpc.CallOption)
internal/person/protos/bin/person_grpc.pb.go:27
↓ 3 callers
Method
Get
(ctx context.Context, in *GetPersonRequest, opts ...grpc.CallOption)
internal/person/protos/bin/person_grpc.pb.go:26
↓ 3 callers
Function
grpcConnector
()
pkg/client/connector.go:10
↓ 2 callers
Method
Create
(person models.Person)
internal/person/data/dataIface.go:8
↓ 2 callers
Method
Debug
(msg string)
internal/utils/logger.go:14
↓ 2 callers
Method
Delete
(ctx context.Context, request *pb.DeletePersonRequest)
internal/person/service.go:64
↓ 2 callers
Method
Delete
(person *models.Person)
internal/person/data/dataIface.go:10
↓ 2 callers
Method
Fatal
(msg string)
internal/utils/logger.go:16
↓ 2 callers
Method
Fatal
(msg string)
internal/utils/logger.go:51
↓ 2 callers
Method
Info
(msg string)
internal/utils/logger.go:35
↓ 2 callers
Method
Read
(id string)
internal/person/data/dataIface.go:9
↓ 2 callers
Method
Trace
(msg string)
internal/utils/logger.go:15
↓ 1 callers
Method
Create
(ctx context.Context, person *pb.Person)
internal/person/service.go:26
↓ 1 callers
Function
CreatePerson
(person *pb.Person)
pkg/client/client.go:10
↓ 1 callers
Function
DeletePerson
(request *pb.DeletePersonRequest)
pkg/client/client.go:61
↓ 1 callers
Method
Get
(ctx context.Context, request *pb.GetPersonRequest)
internal/person/service.go:43
↓ 1 callers
Function
InitMigrations
()
internal/database/migrations.go:30
↓ 1 callers
Method
MigrateData
()
internal/database/migrations.go:13
↓ 1 callers
Function
NewSQLiteDB
()
internal/database/SQLite.go:13
↓ 1 callers
Function
ReadPerson
(request *pb.GetPersonRequest)
pkg/client/client.go:39
↓ 1 callers
Function
Start
(port string)
pkg/client/http/server.go:18
↓ 1 callers
Function
StartServer
(port string)
internal/server/server.go:12
↓ 1 callers
Method
String
()
internal/person/protos/bin/person.pb.go:43
↓ 1 callers
Function
file_internal_person_protos_person_proto_init
()
internal/person/protos/bin/person.pb.go:428
↓ 1 callers
Function
setPersonRoutes
(router *gin.RouterGroup)
pkg/client/http/router.go:9
↓ 1 callers
Function
setRouter
()
pkg/client/http/server.go:10
Method
Create
(ctx context.Context, in *Person, opts ...grpc.CallOption)
internal/person/protos/bin/person_grpc.pb.go:38
Method
Create
(context.Context, *Person)
internal/person/protos/bin/person_grpc.pb.go:69
Method
Create
(context.Context, *Person)
internal/person/protos/bin/person_grpc.pb.go:79
Method
Create
(person models.Person)
internal/person/data/dataImplementation.go:23
Method
Create
(person models.Person)
tests/grpc_mocks.go:8
Method
Debug
(msg string)
internal/utils/logger.go:43
Method
Delete
(ctx context.Context, in *DeletePersonRequest, opts ...grpc.CallOption)
internal/person/protos/bin/person_grpc.pb.go:56
Method
Delete
(context.Context, *DeletePersonRequest)
internal/person/protos/bin/person_grpc.pb.go:71
Method
Delete
(context.Context, *DeletePersonRequest)
internal/person/protos/bin/person_grpc.pb.go:85
Method
Delete
(person *models.Person)
internal/person/data/dataImplementation.go:53
Method
Delete
(person *models.Person)
tests/grpc_mocks.go:27
Method
Descriptor
Deprecated: Use Person.ProtoReflect.Descriptor instead.
internal/person/protos/bin/person.pb.go:62
Method
Descriptor
Deprecated: Use CreatePersonResponse.ProtoReflect.Descriptor instead.
internal/person/protos/bin/person.pb.go:131
Method
Descriptor
Deprecated: Use GetPersonRequest.ProtoReflect.Descriptor instead.
internal/person/protos/bin/person.pb.go:185
Method
Descriptor
Deprecated: Use GetPersonResponse.ProtoReflect.Descriptor instead.
internal/person/protos/bin/person.pb.go:232
Method
Descriptor
Deprecated: Use DeletePersonRequest.ProtoReflect.Descriptor instead.
internal/person/protos/bin/person.pb.go:279
Method
Descriptor
Deprecated: Use DeletePersonResponse.ProtoReflect.Descriptor instead.
internal/person/protos/bin/person.pb.go:327
Method
Get
(ctx context.Context, in *GetPersonRequest, opts ...grpc.CallOption)
internal/person/protos/bin/person_grpc.pb.go:47
Method
Get
(context.Context, *GetPersonRequest)
internal/person/protos/bin/person_grpc.pb.go:70
Method
Get
(context.Context, *GetPersonRequest)
internal/person/protos/bin/person_grpc.pb.go:82
Method
GetConnection
()
internal/database/SQLite.go:20
Method
GetEmail
()
internal/person/protos/bin/person.pb.go:87
Method
GetFirstName
()
internal/person/protos/bin/person.pb.go:73
Method
GetId
()
internal/person/protos/bin/person.pb.go:66
Method
GetId
()
internal/person/protos/bin/person.pb.go:135
Method
GetId
()
internal/person/protos/bin/person.pb.go:189
Method
GetId
()
internal/person/protos/bin/person.pb.go:283
Method
GetId
()
internal/person/protos/bin/person.pb.go:331
Method
GetLastName
()
internal/person/protos/bin/person.pb.go:80
Method
GetPerson
()
internal/person/protos/bin/person.pb.go:236
Method
GetResponse
()
internal/person/protos/bin/person.pb.go:142
Method
GetStatus
()
internal/person/protos/bin/person.pb.go:338
Function
NewPersonServiceClient
(cc grpc.ClientConnInterface)
internal/person/protos/bin/person_grpc.pb.go:34
Method
ProtoMessage
()
internal/person/protos/bin/person.pb.go:47
Method
ProtoMessage
()
internal/person/protos/bin/person.pb.go:116
Method
ProtoMessage
()
internal/person/protos/bin/person.pb.go:170
Method
ProtoMessage
()
internal/person/protos/bin/person.pb.go:217
Method
ProtoMessage
()
internal/person/protos/bin/person.pb.go:264
Method
ProtoMessage
()
internal/person/protos/bin/person.pb.go:312
Method
ProtoReflect
()
internal/person/protos/bin/person.pb.go:49
Method
ProtoReflect
()
internal/person/protos/bin/person.pb.go:118
Method
ProtoReflect
()
internal/person/protos/bin/person.pb.go:172
Method
ProtoReflect
()
internal/person/protos/bin/person.pb.go:219
Method
ProtoReflect
()
internal/person/protos/bin/person.pb.go:266
Method
ProtoReflect
()
internal/person/protos/bin/person.pb.go:314
Method
Read
(id string)
internal/person/data/dataImplementation.go:37
Method
Read
(id string)
tests/grpc_mocks.go:12
Function
RegisterPersonServiceServer
(s grpc.ServiceRegistrar, srv PersonServiceServer)
internal/person/protos/bin/person_grpc.pb.go:97
Method
Reset
()
internal/person/protos/bin/person.pb.go:34
Method
Reset
()
internal/person/protos/bin/person.pb.go:103
Method
Reset
()
internal/person/protos/bin/person.pb.go:157
Method
Reset
()
internal/person/protos/bin/person.pb.go:204
Method
Reset
()
internal/person/protos/bin/person.pb.go:251
Method
Reset
()
internal/person/protos/bin/person.pb.go:299
Method
String
()
internal/person/protos/bin/person.pb.go:112
Method
String
()
internal/person/protos/bin/person.pb.go:166
Method
String
()
internal/person/protos/bin/person.pb.go:213
Method
String
()
internal/person/protos/bin/person.pb.go:260
Method
String
()
internal/person/protos/bin/person.pb.go:308
Function
TestCreateGRPC
(t *testing.T)
tests/service_test.go:15
Function
TestDeleteGRPC
(t *testing.T)
tests/service_test.go:75
Function
TestGetGRPC
(t *testing.T)
tests/service_test.go:38
Function
TestNotFoundBeforeDelete
(t *testing.T)
tests/service_test.go:97
Method
Trace
(msg string)
internal/utils/logger.go:47
Function
_PersonService_Create_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
internal/person/protos/bin/person_grpc.pb.go:101
Function
_PersonService_Delete_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
internal/person/protos/bin/person_grpc.pb.go:137
Function
_PersonService_Get_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
internal/person/protos/bin/person_grpc.pb.go:119
next →
1–100 of 112, ranked by callers