Categorygithub.com/zhs007/adacore
modulepackage
0.3.9
Repository: https://github.com/zhs007/adacore.git
Documentation: pkg.go.dev

# README

Ada Core

Build Status

概要

adacore是一个开箱即用的报表输出工具。

使用

具体可见 例子-报表

执行该例子后,会生成一个这样的 页面

接口现在还比较简单,逐步完善中,如果您有任何的意见和建议,可以提出来。

更新日志

v0.2
  • 加入ChatBot支持。
  • 支持 telegram,这里加入:Ada
v0.1
  • 支持grpc调用。

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

BuildMarkdownData - []HTMLStream => HTMLData.
BuildMarkdownStream - MarkdownData => []MarkdownStream.
DownloadBuff - download buffer.
DownloadFile - download file.
FillImage - fill image file.
FitImage - fit image file.
FixTableString - fix table string.
InitLogger - init logger.
InitTemplates - init templates.
LoadConfig - load config.
LoadImageFile - load image file.
LoadKeywordMappingList - load keyword mapping file.
LoadMarkdownAndFiles - load a markdown file & somes files.
NewAdaCoreServ -.
NewClient - new AdaRenderClient.
NewDownloadMgr - new DownloadMgr.
NewImageMap - new ImageMap.
NewMakrdown - new Markdown.
NewRateOfChgFloat - new.
NewRateOfChgFloat64 - new.
NewRateOfChgInt - new.
ResizeImage - resize image file.
SaveHTMLData - save html.
SaveImageFile - save image file.

# Constants

ChartSortNoSort - no sort.
ChartSortReverse - reverse sort.
ChartSortSort - sort.

# Variables

ErrDuplicateBNInImageMap - Duplicate buffname in ImageMap.
ErrDuplicateFNInImageMap - Duplicate filename in ImageMap.
ErrInvalidImageFileType - invalid image file type.
ErrNilImageMap - ImageMap is nil.

# Structs

ChartBar - chart bar infomation.
ChartBasicData - chart basic data.
ChartPie - chart pie infomation.
ChartTreeMap - chart treemap infomation.
ChartTreeMapData - chart treemap data.
ChartTreeMapDataFloat - chart treemap float data.
ChartTreeMapFloat - chart treemap float infomation.
ChartTreeMapSeriesNode - chart treemap series node.
ChartTreeMapSeriesNodeFloat - chart treemap series node.
Client - AdaRenderServClient.
Commodity - commodity.
CommodityItem - commodity item.
CommodityShop - commodity shop.
Config - config.
Dataset - dataset.
DownloadMgr - download manager.
DownloadWorker - download worker.
ImageMap - image mapping.
KeywordMapping - keyword mapping.
KeywordMappingList - KeywordMapping list.
Markdown - markdown.
Serv - AdaCore Service.

# Type aliases

FuncOnDownloaded - func (url string, buf []byte, err error).