MCPcopy Create free account

hub / github.com/PacktPublishing/gRPC-Go-for-Professionals / types & classes

Types & classes27 in github.com/PacktPublishing/gRPC-Go-for-Professionals

StructAccount
chapter2/account.pb.go:75
StructAccountJSON
chapter3/main.go:13
TypeAliasAccountRight
chapter2/account.pb.go:23
StructAccountsJSON
chapter3/main.go:18
StructFakeDb
chapter9/server/fake_db.go:8
InterfaceTestOption
chapter9/server/test_options.go:11
StructcountAndError
chapter9/server/impl_test.go:336
Interfacedb
db is the interface representing the actions we want to take on any database.
chapter7/server/db.go:6
Interfacedb
db is the interface representing the actions we want to take on any database.
chapter5/server/db.go:6
Interfacedb
db is the interface representing the actions we want to take on any database.
chapter8/server/db.go:6
Interfacedb
db is the interface representing the actions we want to take on any database.
chapter6/server/db.go:6
Interfacedb
db is the interface representing the actions we want to take on any database.
chapter9/server/db.go:6
StructfuncTestOption
chapter9/server/test_options.go:15
StructinMemoryDb
inMemoryDb is a fake database. Its purpose is to let us focus on gRPC and to not add any database dependencies such as ORM, ...
chapter7/server/in_memory.go:14
StructinMemoryDb
inMemoryDb is a fake database. Its purpose is to let us focus on gRPC and to not add any database dependencies such as ORM, ...
chapter5/server/in_memory.go:14
StructinMemoryDb
inMemoryDb is a fake database. Its purpose is to let us focus on gRPC and to not add any database dependencies such as ORM, ...
chapter8/server/in_memory.go:14
StructinMemoryDb
inMemoryDb is a fake database. Its purpose is to let us focus on gRPC and to not add any database dependencies such as ORM, ...
chapter6/server/in_memory.go:14
StructinMemoryDb
inMemoryDb is a fake database. Its purpose is to let us focus on gRPC and to not add any database dependencies such as ORM, ...
chapter9/server/in_memory.go:14
Structserver
chapter7/server/server.go:7
Structserver
chapter5/server/server.go:7
Structserver
chapter8/server/server.go:7
Structserver
chapter6/server/server.go:7
Structserver
chapter9/server/server.go:7
StructsimpleLimiter
simpleLimiter is a wrapper around a rate.Limiter (Token Bucket Rate Limiter)
chapter8/server/limit.go:11
StructsimpleLimiter
simpleLimiter is a wrapper around a rate.Limiter (Token Bucket Rate Limiter)
chapter9/server/limit.go:11
StructtestOptions
chapter9/server/test_options.go:3
Structx
chapter2/account.pb.go:209