MMQLEngine/mmql/statements.go

9 lines
92 B
Go
Raw Normal View History

2022-10-20 10:04:28 +00:00
package mmql
type IStatement interface {
}
type ActionStatement struct {
IStatement
}