RunServerWithConfig will run a server with the given configuration file.
(configFile string)
| 106 | |
| 107 | // RunServerWithConfig will run a server with the given configuration file. |
| 108 | func RunServerWithConfig(configFile string) (*server.Server, *server.Options) { |
| 109 | return natsserver.RunServerWithConfig(configFile) |
| 110 | } |
| 111 | |
| 112 | func RunBasicJetStreamServer() *server.Server { |
| 113 | opts := natsserver.DefaultTestOptions |
no outgoing calls
no test coverage detected