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

Struct fakeDraftCreator

cmd/md2wechat/convert_test.go:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83type fakeDraftCreator struct {
84 artifacts []publish.Artifact
85 result *publish.DraftResult
86 err error
87}
88
89func (f *fakeDraftCreator) CreateDraft(artifact publish.Artifact) (*publish.DraftResult, error) {
90 f.artifacts = append(f.artifacts, artifact)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected