Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*options)
Option is a function that configures the process.
func WithSocket ¶ added in v1.13.2
func WithStateStore ¶
type StateStore ¶
type StateStore struct {
// contains filtered or unexported fields
}
StateStore is a pluggable state store component for Dapr.
func (*StateStore) Cleanup ¶
func (s *StateStore) Cleanup(t *testing.T)
func (*StateStore) SocketName ¶
func (s *StateStore) SocketName() string
Click to show internal directories.
Click to hide internal directories.