MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / DocLoader

Struct DocLoader

service/api-doc/service.go:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49)
50
51type DocLoader struct {
52 openAPI3Doc *openapi3.T
53 version string
54}
55
56func NewDocLoader(content string) (*DocLoader, error) {
57 doc, err := openapi3Loader.LoadFromData([]byte(content))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected