6 lines
121 B
Go
6 lines
121 B
Go
package Interfaces
|
|
|
|
type ApplicationsInterface interface {
|
|
Go(request_interface RequestModelInterface) map[string]any
|
|
}
|