We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8963ec5 commit 3b14ff1Copy full SHA for 3b14ff1
cmd/routing-api/locket_test.go
@@ -122,7 +122,7 @@ var _ = Describe("Locket", func() {
122
Key: "routing_api_lock",
123
Owner: "Your worst enemy.",
124
Value: "Something",
125
- TypeCode: locketmodels.TypeCode_LOCK,
+ TypeCode: locketmodels.LOCK,
126
}
127
128
clock := clock.NewClock()
cmd/routing-api/main.go
@@ -126,7 +126,7 @@ func main() {
lockIdentifier := &locketmodels.Resource{
Key: cfg.LockResouceKey,
Owner: cfg.UUID,
129
130
131
132
locks = append(locks, grouper.Member{Name: "sql-lock", Runner: lock.NewLockRunner(
0 commit comments