app

package
v0.0.0-...-70edc5c Latest Latest
Warning

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

Go to latest
Published: May 30, 2021 License: MIT Imports: 1 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MergeInterestMaps

func MergeInterestMaps(ims []common.InterestMap) common.InterestMap

Types

type AppConfig

type AppConfig struct {
	AppID  int         `json:"app_id"`
	Type   string      `json:"type"`
	Config interface{} `json:"config"`
}

type Application

type Application interface {
	Init(AppConfig)
	GetID() int
	GetInterestMap() common.InterestMap
	Update([]common.TaskData, int)
}

Jump to

Keyboard shortcuts

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