system

package
v0.0.0-...-850ae45 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const BYTES_IN_MEGABYTE = 1048576

Variables

This section is empty.

Functions

This section is empty.

Types

type FS

type FS interface {
	Read(path string) ([]byte, error)
}

type System

type System struct {
	FS FS
}

func (*System) FreeMemory

func (s *System) FreeMemory() (uint64, error)

func (*System) PhysicalCores

func (s *System) PhysicalCores() (int, error)

func (*System) TotalMemory

func (s *System) TotalMemory() (uint64, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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