MCPcopy
hub / github.com/geekjourneyx/md2wechat-skill / MarkdownConverter

Interface MarkdownConverter

internal/publish/service.go:17–19  ·  view source on GitHub ↗

MarkdownConverter is the conversion dependency needed by the publish service.

Source from the content-addressed store, hash-verified

15
16// MarkdownConverter is the conversion dependency needed by the publish service.
17type MarkdownConverter interface {
18 Convert(req *converter.ConvertRequest) *converter.ConvertResult
19}
20
21// AssetProcessor is the asset-processing dependency needed by the publish service.
22type AssetProcessor interface {

Callers 1

ConvertMethod · 0.65

Implementers 5

converterinternal/converter/converter.go
apiConverterinternal/converter/api.go
fakeMarkdownConverterinternal/publish/service_test.go
Serviceinternal/publish/service.go
fakeConvertercmd/md2wechat/convert_test.go

Calls

no outgoing calls

Tested by

no test coverage detected