RunServerWithConfig will run a server with the given configuration file.
(configFile string)
| 127 | |
| 128 | // RunServerWithConfig will run a server with the given configuration file. |
| 129 | func RunServerWithConfig(configFile string) (*server.Server, *server.Options) { |
| 130 | return natsserver.RunServerWithConfig(configFile) |
| 131 | } |
| 132 | |
| 133 | func RunBasicJetStreamServer() *server.Server { |
| 134 | opts := natsserver.DefaultTestOptions |
no outgoing calls
no test coverage detected