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 document.DocumentService EventsPlugin events.EventService StoragePlugin storage.StorageService QueuePlugin queue.QueueService GatewayPlugin gateway.GatewayService SecretPlugin secret.SecretService ResourcesPlugin common.ResourceService SuppressLogs bool TolerateMissingServices bool // The operating mode of the membrane Mode *Mode // Supply your own worker pool Pool worker.WorkerPool }
func DefaultMembraneOptions ¶ added in v0.14.0
func DefaultMembraneOptions() *MembraneOptions
Click to show internal directories.
Click to hide internal directories.