6 lines
122 B
Go
6 lines
122 B
Go
package Interfaces
|
|
|
|
type ApplicationsInterface interface {
|
|
Go(domain string, method string, url string) map[string]any
|
|
}
|