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 } }
Click to show internal directories.
Click to hide internal directories.