package Interfaces type ApplicationsInterface interface { Go(request_interface RequestModelInterface) map[string]any }