wechaty/go-wechaty

View on GitHub
wechaty/interface/wechaty.go

Summary

Maintainability
A
1 hr
Test Coverage
package _interface

// IWechaty interface
type IWechaty interface {
    Room() IRoomFactory
    Contact() IContactFactory
    Message() IMessageFactory
    Tag() ITagFactory
    Friendship() IFriendshipFactory
    Image() IImageFactory
    UserSelf() IContactSelf
}