activity

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance struct {
	Type  Type
	State *system.State //optional, only needed when a handler needs to change the state of the system
}

Instance is an instance of Activity

type Type

type Type string

Type of activity as defined below

const (
	MouseCursorMovement Type = "cursor-move"
	MouseClick          Type = "mouse-click"
	ScreenChange        Type = "screen-change"
	TestActivity        Type = "test-activity"
	MachineSleep        Type = "machine-sleep"
	MachineWake         Type = "machine-wake"
)

MouseCursorMovement MouseClick ScreenChange TestActivity MachineSleep MachineWake

These are the types of activities the tracker currently supports

Jump to

Keyboard shortcuts

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