mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Provide inbucket object in Lua (#351)
* fix delve fortify thingy * Expose inbucket.after.message_stored in lua * Expose inbucket.after.message_deleted in lua * Expose inbucket.before.mail_accepted in lua
This commit is contained in:
@@ -37,6 +37,7 @@ func (lp *statePool) newState() (*lua.LState, error) {
|
||||
}
|
||||
|
||||
// Register custom types.
|
||||
registerInbucketTypes(ls)
|
||||
registerMessageMetadataType(ls)
|
||||
registerMailAddressType(ls)
|
||||
registerPolicyType(ls)
|
||||
|
||||
Reference in New Issue
Block a user