v2

package
v0.0.0-...-2691469 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2021 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Name          string
	IsInLoginLoop bool
	// contains filtered or unexported fields
}

type IdleApp

type IdleApp struct {
	App

	MessageCount uint32
	// contains filtered or unexported fields
}

func NewIdleApp

func NewIdleApp(config *model.ServiceConfig, msgChan chan string) *IdleApp

func (*IdleApp) Start

func (ia *IdleApp) Start(updateNotifyChan chan string)

func (*IdleApp) Stop

func (ia *IdleApp) Stop()

type ReceiveApp

type ReceiveApp struct {
	App
	// contains filtered or unexported fields
}

func NewReceiveApp

func NewReceiveApp(config *model.ServiceConfig, msgChan chan string) *ReceiveApp

func (*ReceiveApp) Start

func (ea *ReceiveApp) Start(updateMsgChan chan string)

func (*ReceiveApp) Stop

func (ea *ReceiveApp) Stop()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL