Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 内容转换
18
type
ContentParser
interface
{
19
Parse(configContent
interface
{}) (
map
[string]
interface
{}, error)
20
}
Callers
8
TestPropertiesParser
Function · 0.65
TestYMLParser
Function · 0.65
TestYMLParserOnException
Function · 0.65
TestYMLParserArray
Function · 0.65
TestYAMLParser
Function · 0.65
TestYAMLParserOnException
Function · 0.65
TestYAMLParserArray
Function · 0.65
TestDefaultParser
Function · 0.65
Implementers
5
Parser
utils/parse/properties/parser.go
Parser
utils/parse/yml/parser.go
Parser
utils/parse/yaml/parser.go
Parser
utils/parse/normal/parser.go
TestParser
extension/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…