Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Info - Display colorful information Info = bold + cyan + "[*] " + normal // Warn - Warn a user Warn = bold + red + "[!] " + normal // Debug - Display debug information Debug = bold + purple + "[-] " + normal // Woot - Display success Woot = bold + green + "[$] " + normal )
Variables ¶
This section is empty.
Functions ¶
func DefaultOperatorWireGuardEnabled ¶ added in v1.7.4
func DefaultOperatorWireGuardEnabled() bool
DefaultOperatorWireGuardEnabled returns the default wireguard mode for new operator configs based on the current server multiplayer exposure.
func JobStartClientListener ¶ added in v1.6.0
func JobStartClientListener(multiplayerListener *clientpb.MultiplayerListenerReq) (int, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.