Documentation
¶
Index ¶
Constants ¶
View Source
const (
//Empty 空字符串
Empty = ""
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContentParser ¶
type ContentParser interface {
Parse(cache agcache.CacheInterface) (string, error)
}
ContentParser 内容转换
type DefaultParser ¶
type DefaultParser struct {
}
DefaultParser 默认内容转换器
func (*DefaultParser) Parse ¶
func (d *DefaultParser) Parse(cache agcache.CacheInterface) (string, error)
Parse 内存内容默认转换器
type PropertiesParser ¶
type PropertiesParser struct {
}
PropertiesParser properties转换器
func (*PropertiesParser) Parse ¶
func (d *PropertiesParser) Parse(cache agcache.CacheInterface) (string, error)
Parse 内存内容=>properties文件转换器
Click to show internal directories.
Click to hide internal directories.