Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-native-go/examples
/ functions
Functions
493 in github.com/cloud-native-go/examples
⨍
Functions
493
◇
Types & classes
72
Method
Err
()
ch05/ch05_07/transact.go:60
Method
Err
()
ch05/ch05_08/pglogger.go:52
Method
Err
()
ch05/ch05_08/filelogger.go:45
Method
Err
()
ch05/ch05_0X_pems/transact.go:60
Method
Err
()
ch05/ch05_0X_dockerbuild/transact.go:60
Method
Get
(ctx context.Context, in *GetRequest, opts ...grpc.CallOption)
ch08/grpc/keyvalue/keyvalue_grpc.pb.go:50
Method
Get
(context.Context, *GetRequest)
ch08/grpc/keyvalue/keyvalue_grpc.pb.go:81
Method
Get
(context.Context, *GetRequest)
ch08/grpc/keyvalue/keyvalue_grpc.pb.go:91
Method
Get
(ctx context.Context, r *pb.GetRequest)
ch08/grpc/keyvalue_server/service.go:32
Method
Get
Get retrieves and returns a value from the map. If the value doesn't exist, nil is returned.
ch04/sharding.go:73
Method
GetKey
()
ch08/grpc/keyvalue/keyvalue.pb.go:87
Method
GetKey
()
ch08/grpc/keyvalue/keyvalue.pb.go:186
Method
GetKey
()
ch08/grpc/keyvalue/keyvalue.pb.go:282
Method
GetValue
()
ch08/grpc/keyvalue/keyvalue.pb.go:136
Method
GetValue
()
ch08/grpc/keyvalue/keyvalue.pb.go:193
Method
LastSequence
()
ch08/hexarch/core/core.go:117
Method
LastSequence
()
ch08/hexarch/core/plug_transact.go:39
Method
LastSequence
()
ch08/hexarch/transact/pglogger.go:59
Method
LastSequence
()
ch08/hexarch/transact/testlogger.go:42
Method
LastSequence
()
ch05/ch05_08/pglogger.go:56
Function
NewKeyValueClient
(cc grpc.ClientConnInterface)
ch08/grpc/keyvalue/keyvalue_grpc.pb.go:46
Function
NewShardedMap
NewShardedMap creates and initializes a new ShardedMap with the specified number of shards.
ch04/sharding.go:34
Method
ProtoMessage
()
ch08/grpc/keyvalue/keyvalue.pb.go:68
Method
ProtoMessage
()
ch08/grpc/keyvalue/keyvalue.pb.go:117
Method
ProtoMessage
()
ch08/grpc/keyvalue/keyvalue.pb.go:167
Method
ProtoMessage
()
ch08/grpc/keyvalue/keyvalue.pb.go:221
Method
ProtoMessage
()
ch08/grpc/keyvalue/keyvalue.pb.go:263
Method
ProtoMessage
()
ch08/grpc/keyvalue/keyvalue.pb.go:310
Method
ProtoReflect
()
ch08/grpc/keyvalue/keyvalue.pb.go:70
Method
ProtoReflect
()
ch08/grpc/keyvalue/keyvalue.pb.go:119
Method
ProtoReflect
()
ch08/grpc/keyvalue/keyvalue.pb.go:169
Method
ProtoReflect
()
ch08/grpc/keyvalue/keyvalue.pb.go:223
Method
ProtoReflect
()
ch08/grpc/keyvalue/keyvalue.pb.go:265
Method
ProtoReflect
()
ch08/grpc/keyvalue/keyvalue.pb.go:312
Method
Put
(ctx context.Context, in *PutRequest, opts ...grpc.CallOption)
ch08/grpc/keyvalue/keyvalue_grpc.pb.go:59
Method
Put
(context.Context, *PutRequest)
ch08/grpc/keyvalue/keyvalue_grpc.pb.go:82
Method
Put
(context.Context, *PutRequest)
ch08/grpc/keyvalue/keyvalue_grpc.pb.go:94
Method
Put
(ctx context.Context, r *pb.PutRequest)
ch08/grpc/keyvalue_server/service.go:40
Method
ReadEvents
()
ch08/hexarch/core/core.go:121
Method
ReadEvents
()
ch08/hexarch/core/plug_transact.go:45
Method
ReadEvents
()
ch08/hexarch/transact/pglogger.go:101
Method
ReadEvents
()
ch08/hexarch/transact/testlogger.go:72
Method
ReadEvents
()
ch05/ch05_08/pglogger.go:100
Function
RegisterKeyValueServer
(s *grpc.Server, srv KeyValueServer)
ch08/grpc/keyvalue/keyvalue_grpc.pb.go:102
Method
Reset
()
ch08/grpc/keyvalue/keyvalue.pb.go:55
Method
Reset
()
ch08/grpc/keyvalue/keyvalue.pb.go:104
Method
Reset
()
ch08/grpc/keyvalue/keyvalue.pb.go:154
Method
Reset
()
ch08/grpc/keyvalue/keyvalue.pb.go:208
Method
Reset
()
ch08/grpc/keyvalue/keyvalue.pb.go:250
Method
Reset
()
ch08/grpc/keyvalue/keyvalue.pb.go:297
Method
Result
()
ch04/future.go:39
Method
Run
()
ch08/hexarch/core/core.go:118
Method
Run
()
ch08/hexarch/core/plug_transact.go:41
Method
Run
()
ch08/hexarch/transact/pglogger.go:63
Method
Run
()
ch08/hexarch/transact/testlogger.go:46
Method
Run
()
ch05/ch05_08/pglogger.go:60
Method
Says
()
ch08/go-plugin/fox/fox.go:21
Method
Says
()
ch08/go-plugin/frog/frog.go:21
Method
Says
()
ch08/go-plugin/main/main.go:27
Method
Says
()
ch08/go-plugin/duck/duck.go:21
Method
Says
()
ch08/hashicorp-plugin/duck/duck.go:27
Method
Says
()
ch08/hashicorp-plugin/commons/commons.go:33
Method
Says
(args interface{}, resp *string)
ch08/hashicorp-plugin/commons/commons.go:52
Method
Server
(*plugin.MuxBroker)
ch08/hashicorp-plugin/commons/commons.go:71
Function
Slow
(s string)
ch04/timeout_test.go:47
Method
Start
(kv *core.KeyValueStore)
ch08/hexarch/frontend/frontend.go:29
Method
Start
(store *core.KeyValueStore)
ch08/hexarch/frontend/rest.go:33
Method
String
()
ch08/grpc/keyvalue/keyvalue.pb.go:113
Method
String
()
ch08/grpc/keyvalue/keyvalue.pb.go:163
Method
String
()
ch08/grpc/keyvalue/keyvalue.pb.go:217
Method
String
()
ch08/grpc/keyvalue/keyvalue.pb.go:259
Method
String
()
ch08/grpc/keyvalue/keyvalue.pb.go:306
Function
TestAll
(t *testing.T)
ch12/symmetric/main_test.go:25
Function
TestAll
(t *testing.T)
ch12/asymmetric/main_test.go:25
Function
TestAuthenticate
(t *testing.T)
ch12/jwt/authenticate_test.go:28
Function
TestBuildAndVerifyToken
(t *testing.T)
ch12/jwt/token_test.go:25
Function
TestChord
(t *testing.T)
ch04/chord_test.go:25
Function
TestCircuitBreaker
TestBreaker tests that the Breaker function automatically closes and reopens.
ch04/circuitbreaker_test.go:93
Function
TestCircuitBreakerDataRace
TestCircuitBreakerDataRace tests for data races.
ch04/circuitbreaker_test.go:148
Function
TestCircuitBreakerFailAfter5
TestFailAfter5 tests that the failAfter5 test function acts as expected.
ch04/circuitbreaker_test.go:74
Function
TestCreateLogger
(t *testing.T)
ch08/hexarch/transact/filelogger_test.go:34
Function
TestCreateLogger
(t *testing.T)
ch05/ch05_0X_docker-non-root/transact_test.go:32
Function
TestCreateLogger
(t *testing.T)
ch05/ch05_06/transact_test.go:32
Function
TestCreateLogger
(t *testing.T)
ch05/ch05_05/transact_test.go:32
Function
TestCreateLogger
(t *testing.T)
ch05/ch05_07/transact_test.go:32
Function
TestCreateLogger
(t *testing.T)
ch05/ch05_08/filelogger_test.go:32
Function
TestCreateLogger
(t *testing.T)
ch05/ch05_0X_pems/transact_test.go:32
Function
TestCreateLogger
(t *testing.T)
ch05/ch05_0X_dockerbuild/transact_test.go:32
Function
TestDebounceFirstDataRace
TestDebounceFirstDataRace tests for data races.
ch04/debounce_first_test.go:27
Function
TestDebounceLastDataRace
TestDebounceLastDataRace tests for data races.
ch04/debounce_last_test.go:27
Function
TestDelete
(t *testing.T)
ch08/grpc/keyvalue_server/core_test.go:85
Function
TestDelete
(t *testing.T)
ch08/hexarch/core/core_test.go:89
Function
TestDelete
(t *testing.T)
ch05/ch05_0X_docker-non-root/core_test.go:85
Function
TestDelete
(t *testing.T)
ch05/ch05_06/core_test.go:85
Function
TestDelete
(t *testing.T)
ch05/ch05_01/core_test.go:85
Function
TestDelete
(t *testing.T)
ch05/ch05_05/core_test.go:85
Function
TestDelete
(t *testing.T)
ch05/ch05_04/core_test.go:85
Function
TestDelete
(t *testing.T)
ch05/ch05_07/core_test.go:85
Function
TestDelete
(t *testing.T)
ch05/ch05_08/core_test.go:85
Function
TestDelete
(t *testing.T)
ch05/ch05_0X_pems/core_test.go:85
← previous
next →
201–300 of 493, ranked by callers