Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // Config requires a valid configuration. Config *config.Config // The event manager to use. // If none is set, no events are sent. EventMgr event.Manager // Logger is the logger to be used by the Proxy. // If none is set, does no logging at all. Logger logr.Logger }
Options are the options for a new Bedrock edition Proxy.
Click to show internal directories.
Click to hide internal directories.