refactor to use net/http

This commit is contained in:
2025-05-30 14:43:47 +05:30
parent df9478a920
commit e5d07f0ce6
5 changed files with 121 additions and 129 deletions

View File

@@ -11,7 +11,6 @@ import (
type Config struct {
ForgeEndpoint string `json:"forge_url"`
ForgeToken string `json:"token"`
Keys []string `json:"keys"`
}