config

package
v0.0.0-...-0fc19dc Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	Name   string
	ID     string
	Secret string
}

type Config

type Config struct {
	Accounts []Account
	Settings struct {
		CostCron      string `yaml:"costCron"`
		CoresInterval int64  `yaml:"coresInterval"`
	}
}

func Parse

func Parse(configPath string) Config

Jump to

Keyboard shortcuts

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