Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotLoginInfo ¶
type BotLoginInfo struct {
basetask.BaseTask
BotID string
// contains filtered or unexported fields
}
func New ¶
func New(spec, BotID string) *BotLoginInfo
func NewWithAttr ¶
func NewWithAttr(spec string, attr map[string]interface{}) *BotLoginInfo
func (*BotLoginInfo) Attribute ¶
func (b *BotLoginInfo) Attribute() interface{}
func (*BotLoginInfo) Data ¶
func (b *BotLoginInfo) Data() interface{}
func (*BotLoginInfo) GetStatus ¶
func (b *BotLoginInfo) GetStatus() basetask.Status
func (*BotLoginInfo) Name ¶
func (b *BotLoginInfo) Name() string
func (*BotLoginInfo) Run ¶
func (b *BotLoginInfo) Run()
func (*BotLoginInfo) SetStatus ¶
func (b *BotLoginInfo) SetStatus(s basetask.Status)
func (*BotLoginInfo) Spec ¶
func (b *BotLoginInfo) Spec() string
Click to show internal directories.
Click to hide internal directories.