Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Spawn ¶
func Spawn(opts *serveropts.Opts) error
Spawn starts a gRPC Server listening on the provided host and port, it uses the backend URL to initialize the Pipelines
You can start a server in a goroutine to work independently like: ``` go server.Spawn("localhost", "2193", "elasticsearch:9200") ```
Maybe even spawn multiple servers
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.