xlsx

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2022 License: MIT Imports: 5 Imported by: 0

README

xxx

介绍
  1. xxxx
  2. xxxx
  3. xxxx
安装教程

go get github.com/jageros/hawox

使用例子
package main

import (
	"fmt"
	"github.com/jageros/hawox/xxx"
)

func main() {
	/*
	xxxxx
	xxxxx
	xxxxx
	*/
}
使用说明
  1. xxxx
  2. xxxx
  3. xxxx

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