Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/gRPC-Go-for-Professionals
/ types & classes
Types & classes
27 in github.com/PacktPublishing/gRPC-Go-for-Professionals
⨍
Functions
178
◇
Types & classes
27
Struct
Account
chapter2/account.pb.go:75
Struct
AccountJSON
chapter3/main.go:13
TypeAlias
AccountRight
chapter2/account.pb.go:23
Struct
AccountsJSON
chapter3/main.go:18
Struct
FakeDb
chapter9/server/fake_db.go:8
Interface
TestOption
chapter9/server/test_options.go:11
Struct
countAndError
chapter9/server/impl_test.go:336
Interface
db
db is the interface representing the actions we want to take on any database.
chapter7/server/db.go:6
Interface
db
db is the interface representing the actions we want to take on any database.
chapter5/server/db.go:6
Interface
db
db is the interface representing the actions we want to take on any database.
chapter8/server/db.go:6
Interface
db
db is the interface representing the actions we want to take on any database.
chapter6/server/db.go:6
Interface
db
db is the interface representing the actions we want to take on any database.
chapter9/server/db.go:6
Struct
funcTestOption
chapter9/server/test_options.go:15
Struct
inMemoryDb
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
Struct
inMemoryDb
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
Struct
inMemoryDb
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
Struct
inMemoryDb
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
Struct
inMemoryDb
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
Struct
server
chapter7/server/server.go:7
Struct
server
chapter5/server/server.go:7
Struct
server
chapter8/server/server.go:7
Struct
server
chapter6/server/server.go:7
Struct
server
chapter9/server/server.go:7
Struct
simpleLimiter
simpleLimiter is a wrapper around a rate.Limiter (Token Bucket Rate Limiter)
chapter8/server/limit.go:11
Struct
simpleLimiter
simpleLimiter is a wrapper around a rate.Limiter (Token Bucket Rate Limiter)
chapter9/server/limit.go:11
Struct
testOptions
chapter9/server/test_options.go:3
Struct
x
chapter2/account.pb.go:209