Files

10 lines
164 B
Go

package common
type WrappedPayload struct {
Payload any
InputHandler InputHandler
Modules map[string]Module
Source string
End bool
}