AnP/Go/Interfaces/ApplicationsInterface.go

6 lines
121 B
Go

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