MCPcopy Create free account
hub / github.com/apolloconfig/agollo / ContentParser

Interface ContentParser

utils/parse/parser.go:18–20  ·  view source on GitHub ↗

ContentParser 内容转换

Source from the content-addressed store, hash-verified

16
17// ContentParser 内容转换
18type ContentParser interface {
19 Parse(configContent interface{}) (map[string]interface{}, error)
20}

Callers 8

TestPropertiesParserFunction · 0.65
TestYMLParserFunction · 0.65
TestYMLParserOnExceptionFunction · 0.65
TestYMLParserArrayFunction · 0.65
TestYAMLParserFunction · 0.65
TestYAMLParserArrayFunction · 0.65
TestDefaultParserFunction · 0.65

Implementers 5

Parserutils/parse/properties/parser.go
Parserutils/parse/yml/parser.go
Parserutils/parse/yaml/parser.go
Parserutils/parse/normal/parser.go
TestParserextension/format_parser_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…