configs

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProjectName = "robotclick"
View Source
var V = &configuration{}

Functions

This section is empty.

Types

type Snippet added in v0.0.2

type Snippet struct {
	Cron     string `json:"cron"`
	FileName string
	Window   struct {
		Name    string `json:"name"`
		BMPPath string `json:"bmp_path"`
	} `json:"window"`
	Trips []struct {
		Name   string `json:"name"`
		Action string `json:"action"`
		Double bool   `json:"double"`
		Msg    string `json:"msg"`
		Offset []int  `json:"offset"`
		Keys   []struct {
			Key  string   `json:"key"`
			Attr []string `json:"attr"`
		} `json:"keys"`
		DaysAgo int    `json:"days_ago"`
		Layout  string `json:"layout"`
		Delay   int    `json:"delay"` // million seconds
	}
}

Jump to

Keyboard shortcuts

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