package
Version:
v1.7.0
Opens a new window with list of versions in this module.
Published: Nov 22, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
SystemProvide = 1
WechatProvide = 2
)
type Data struct {
Provide uint8
OderData map[string]interface{}
}
type Rule struct {
Type string `json:"type"`
Field string `json:"field"`
Title string `json:"title"`
}
func ParseRules(ruleData interface{}) ([]Rule, error)
ParseRules 解析模版字段
Source Files
¶
Click to show internal directories.
Click to hide internal directories.