Documentation ¶
Overview ¶
Package configexport 提供了XLSX配置转换为JSON及Go代码的导表工具实现
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigExport ¶
type ConfigExport struct {
// contains filtered or unexported fields
}
func New ¶
func New(xlsxPath string) *ConfigExport
func (*ConfigExport) ExportClient ¶
func (slf *ConfigExport) ExportClient(prefix, outputDir string)
func (*ConfigExport) ExportGo ¶
func (slf *ConfigExport) ExportGo(prefix, outputDir string)
func (*ConfigExport) ExportServer ¶
func (slf *ConfigExport) ExportServer(prefix, outputDir string)
Click to show internal directories.
Click to hide internal directories.