Skip to content

Commit

Permalink
change "mock.inmemory" to "in.memory"
Browse files Browse the repository at this point in the history
  • Loading branch information
seeflood committed Nov 22, 2021
1 parent ba52e2e commit 797212d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/layotto/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func NewRuntimeGrpcServer(data json.RawMessage, opts ...grpc.ServerOption) (mgrp
),
// State
runtime.WithStateFactory(
runtime_state.NewFactory("mock.inmemory", func() state.Store {
runtime_state.NewFactory("in.memory", func() state.Store {
return mock_state.NewInMemoryStateStore()
}),
runtime_state.NewFactory("redis", func() state.Store {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"state": {
"mock.inmemory": {
"in.memory": {
"metadata": {
}
}
Expand Down

0 comments on commit 797212d

Please sign in to comment.