Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoMultiWAInterface ¶
type GoMultiWAInterface interface { GetClients() *waclient.WAClients StartRegistration(user string) (chan string, string, error) LoginMailPassword(user string, password string) (string, error) UseSession(sess string) (*user.User, error) Stop() SaveConfig() error GetUserManager() *usermanager.UserManager }
GoMultiWAInterface represents the mixure of a config file, multiple WhatsApp sessions, a web(socket)server, ...
Click to show internal directories.
Click to hide internal directories.