add more configuration supports

This commit is contained in:
Tnze
2023-11-19 02:55:30 +08:00
parent 326761e3e8
commit 3761fdbefe
4 changed files with 58 additions and 7 deletions

View File

@ -22,6 +22,7 @@ type Client struct {
Events Events
LoginPlugin map[string]func(data []byte) ([]byte, error)
ConfigData
}
func (c *Client) Close() error {