No description
Find a file
2022-12-10 09:22:43 +00:00
notifiers fixed notifier interface/implementation 2022-12-10 09:14:19 +00:00
static added lua snippets 2022-12-02 14:53:24 +00:00
templates moved logs to 'edit' modal, removed log button 2022-11-22 20:35:36 +00:00
.air.toml prototype 0.001 2022-07-16 11:05:32 +00:00
.drone.yaml added -v to go test 2022-07-27 16:59:23 +00:00
.gitignore v0.0001 2022-07-21 19:28:25 +00:00
forms.go added updating/deleting of filters 2022-08-02 19:08:57 +00:00
go.mod added lua-libs support 2022-11-22 20:15:55 +00:00
go.sum added lua-libs support 2022-11-22 20:15:55 +00:00
LICENSE prototype 0.001 2022-07-16 11:05:32 +00:00
main.go fixed notifier interface/implementation 2022-12-10 09:14:19 +00:00
models.go added export/import of filters+connections 2022-10-10 19:20:04 +00:00
README.md added typescript compile command to readme 2022-09-20 19:46:17 +00:00
scraping.go added 'log' output table to lua filter 2022-12-10 09:22:43 +00:00
scraping_test.go added 'log' output table to lua filter 2022-12-10 09:22:43 +00:00
todo.md added 'log' output table to lua filter 2022-12-10 09:22:43 +00:00
util.go added util.buildFilterTree 2022-09-25 15:53:04 +00:00

Go Watch

Build Status

A change detection server that notifies through Telegram written in Go

type script compilation

tsc static/*.ts --lib es2020,dom --watch --downlevelIteration