numbers

package
v0.0.0-...-5f8780d Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2017 License: MIT Imports: 9 Imported by: 0

README

游戏数值

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(path string)

func SetNumbers

func SetNumbers(ns *numbers)

SetNumber 更新表

Types

type NumbersOp

type NumbersOp interface {
	GetInt(tblname string, rowname interface{}, fieldname string) int32
	GetFloat(tblname string, rowname interface{}, fieldname string) float64
	GetString(tblname string, rowname interface{}, fieldname string) string
	GetKeys(tblname string) []string
	IsFieldExists(tblname string, rowname interface{}, fieldname string) bool
	IsRecordExists(tblname string, rowname interface{}) bool
	IsTableExists(tblname string) bool
}

func Numbers

func Numbers(name string) NumbersOp

Numbers 获取excel

Jump to

Keyboard shortcuts

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