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 WithActorStateStore ¶
WithActorStateStore configures whether the state store is enabled as actor state store.
func WithCreateStateTables ¶
func WithCreateStateTables() Option
WithCreateStateTables configures whether the state store should create the state tables.
func WithMetadata ¶
WithMetadata adds a metadata option to the component. This can be invoked multiple times.
type SQLite ¶
type SQLite struct {
// contains filtered or unexported fields
}
SQLite database that can be used in integration tests. Consumers should always run this Process before any other Framework Processes which consume it so all migrations are applied.
func (*SQLite) GetComponent ¶
GetComponent returns the Component resource.
func (*SQLite) GetConnection ¶
GetConnection returns the connection to the SQLite database.
Click to show internal directories.
Click to hide internal directories.