better file organization

This commit is contained in:
2025-09-18 20:12:07 -03:00
parent 1c00df24a4
commit 3c770c469d
10 changed files with 361 additions and 344 deletions

11
internal/consts/consts.go Normal file
View File

@@ -0,0 +1,11 @@
package consts
import "time"
const (
DefaultLinux_d = "/etc/packets"
DefaultCache_d = "/var/cache/packets"
DefaultHttpPort = 9123
DefaultData_d = "/opt/packets"
LANDeadline = 2 * time.Second
)