config

package
v0.0.0-...-2fb864d Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	Period: 1 * time.Second,
	Query:  "utilization.gpu,utilization.memory,memory.total,memory.free,memory.used,temperature.gpu,pstate",
	Env:    "local",
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Period time.Duration `config:"period"`
	Query  string        `config:"query"`
	Env    string        `config:"env"`
}

Jump to

Keyboard shortcuts

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