Documentation
¶
Index ¶
- type Option
- func WithBulkDeleteError(err error) Option
- func WithBulkGetError(err error) Option
- func WithBulkSetError(err error) Option
- func WithDeleteError(err error) Option
- func WithGetError(err error) Option
- func WithQueryError(err error) Option
- func WithSetError(err error) Option
- func WithSocket(socket *socket.Socket) Option
- func WithStateStore(store state.Store) Option
- type StateStore
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 WithBulkDeleteError ¶
func WithBulkGetError ¶
func WithBulkSetError ¶
func WithDeleteError ¶
func WithGetError ¶
func WithQueryError ¶
func WithSetError ¶
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.