diff options
Diffstat (limited to 'api/filter.go')
| -rw-r--r-- | api/filter.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/api/filter.go b/api/filter.go new file mode 100644 index 0000000..1130c7c --- /dev/null +++ b/api/filter.go @@ -0,0 +1,9 @@ +//go:build api + +package api + +type Filter struct { + Win *bool + ActName *string + ActIndex *int +} |
