Documentation ¶
Overview ¶
Package gateway implements a REST gateway for the emulator GRPC service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gateway ¶
type Gateway struct {
// contains filtered or unexported fields
}
Gateway implements the emulator gateway server.
type Options ¶
type Options struct { GatewayAddress string FrontendBinary string FrontendAddress string CopyEmulatorStdout bool CopyEmulatorStderr bool LogRequests bool EnableFaultInjection bool DisableQueryNullFilteredIndexCheck bool OverrideMaxDatabasesPerInstance int OverrideChangeStreamPartitionTokenAliveSeconds int }
Options encapsulates options for the emulator gateway.
Click to show internal directories.
Click to hide internal directories.