From 3761f85966a554cb750809da21995354fb9f9ceb Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 18 Dec 2022 22:00:36 -0500 Subject: uncommit --- config/config.go | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/config.go b/config/config.go index 84024d7..e8e5387 100644 --- a/config/config.go +++ b/config/config.go @@ -1,12 +1,16 @@ package config +import "time" + type Config struct { Domain string Handlers []Handler + DbPath string } type Handler struct { - Name string - Exec string - Rpc string + Name string + Exec string + Rpc string + Interval time.Duration } -- cgit v1.2.3