Documentation ¶
Index ¶
Constants ¶
View Source
const ( QualifiedNameMaxLength = 63 QualifiedNameErrMsg = "must consist of alphanumeric characters, " + "'-', '_' or '.', and must start and end with an alphanumeric character" )
Constants obtained from https://github.com/kubernetes/apimachinery/blob/master/pkg/util/validation/validation.go
Variables ¶
This section is empty.
Functions ¶
func ContainsIllegalCharacter ¶ added in v0.15.0
ContainsIllegalCharacter check if a message contains illegal characters in Minecraft chat.
It is not possible to send certain characters in the chat like: section symbol, DEL, and all characters below space.
func IsAllowedCharacter ¶ added in v0.15.0
IsAllowedCharacter checks if c is a allowed character in Minecraft chat.
func ValidHostPort ¶
func ValidServerName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.