Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MembraneOptions ¶
type MembraneOptions struct {
ServiceAddress string
// The address the child will be listening on
ChildAddress string
// The command that will be used to invoke the child process
ChildCommand []string
// The total time to wait for the child process to be available in seconds
ChildTimeoutSeconds int
DocumentPlugin sdk.DocumentService
EventingPlugin sdk.EventService
KvPlugin sdk.KeyValueService
StoragePlugin sdk.StorageService
QueuePlugin sdk.QueueService
GatewayPlugin sdk.GatewayService
SuppressLogs bool
TolerateMissingServices bool
// The operating mode of the membrane
Mode *Mode
// Supply your own worker pool
Pool worker.WorkerPool
}
Click to show internal directories.
Click to hide internal directories.