RunServerWithOptions will run a server with the given options.
(opts *server.Options)
| 122 | |
| 123 | // RunServerWithOptions will run a server with the given options. |
| 124 | func RunServerWithOptions(opts *server.Options) *server.Server { |
| 125 | return natsserver.RunServer(opts) |
| 126 | } |
| 127 | |
| 128 | // RunServerWithConfig will run a server with the given configuration file. |
| 129 | func RunServerWithConfig(configFile string) (*server.Server, *server.Options) { |
no outgoing calls
no test coverage detected