utility

package
v0.0.0-...-8117790 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2022 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClearScreen

func ClearScreen()

Clears the terminal window of the user if the operating system is supported

func IsSupportedOS

func IsSupportedOS() bool

IsSupportedOS checks to see if the operating system that the user is running is able to have the terminal cleared

func MainMenu()
func MainMenu2()
func ShowLogo()

Types

type Player

type Player struct {
	PlayerID    int32  `json:"player_id"`
	PlayerName  string `json:"player_name"`
	Password    string `json:"password"`
	Email       string `json:"email"`
	PlayerScore int64  `json:"player_score"`
	Active      bool   `json:"active"`
	Connected   bool   `json:"connected"`
	Created     string `json:"created"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL