Documentation
¶
Overview ¶
Variables containing important information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ExitCode = make(chan int) DiscordReady = make(chan bool) )
Channels
View Source
var (
InviteURL string
)
Information
Functions ¶
Types ¶
type SystemStats ¶ added in v1.6.9
type SystemStats struct { Process struct { PID int Uptime time.Duration NumGoroutine int } Platform struct { GoVersion string GOOS string GOARCH string GOROOT string } Mem struct { Allocated string Total string Sys string Lookups uint64 Mallocs uint64 Frees uint64 } Heap struct { Alloc string Sys string Idle string Inuse string Released string Objects uint64 } GC struct { NextGC string LastGC string PauseTotalNs string PauseNs string NumGC uint32 } Misc struct { StackInuse string StackSys string MSpanInuse string MSpanSys string MCacheInuse string MCacheSys string GCSys string BuckHashSys string OtherSys string } }
func Stats ¶ added in v1.6.9
func Stats() SystemStats
Click to show internal directories.
Click to hide internal directories.