package Interfaces type ApplicationsInterface interface { Go(domain string, method string, url string) map[string]any }