xlsx

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TblRoomConfig = "room_config"
)

Variables

View Source
var (
	OnReload func()
)
View Source
var (
	XLSX_DATA_RELOAD_EVENT = evq.CreateEventID()
)

Functions

func Load

func Load(ctx contextx.Context, gdatas ...IData)

Types

type BaseData

type BaseData struct {
	I IData
	// contains filtered or unexported fields
}

func (*BaseData) AddReloadCallback

func (g *BaseData) AddReloadCallback(f func(data IData))

type IData

type IData interface {
	Init([]byte) error
	Name() string
	AddReloadCallback(func(data IData))
	// contains filtered or unexported methods
}

func GetData

func GetData(name string) IData

Jump to

Keyboard shortcuts

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