Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppDatabase ¶
type AppDatabase struct {
// contains filtered or unexported fields
}
func NewAppDatabase ¶
func NewAppDatabase(ctx context.Context) (*AppDatabase, error)
func (*AppDatabase) Close ¶
func (cw *AppDatabase) Close() error
func (*AppDatabase) FetchAndStoreGroups ¶
func (cw *AppDatabase) FetchAndStoreGroups(client *whatsmeow.Client) error
func (*AppDatabase) FetchGroup ¶
func (cw *AppDatabase) FetchGroup(jid string) (*Group, error)
func (*AppDatabase) FetchGroups ¶
func (cw *AppDatabase) FetchGroups() ([]Group, error)
func (*AppDatabase) Initialise ¶
func (cw *AppDatabase) Initialise(client *whatsmeow.Client) error
Click to show internal directories.
Click to hide internal directories.