mirror of
https://github.com/maubot/maubot
synced 2025-08-29 20:10:39 +00:00
Update gomatrix, add logging and other things
This commit is contained in:
parent
d261997d84
commit
ff26598910
14 changed files with 242 additions and 424 deletions
|
@ -21,7 +21,7 @@ type Plugin interface {
|
|||
Stop()
|
||||
}
|
||||
|
||||
type PluginCreatorFunc func(client MatrixClient) Plugin
|
||||
type PluginCreatorFunc func(client MatrixClient, logger Logger) Plugin
|
||||
|
||||
type PluginCreator struct {
|
||||
Create PluginCreatorFunc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue