AnP/Go/Interfaces/ApplicationsInterface.go

6 lines
122 B
Go

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