Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mattermost/mattermost
/ documentExtractor
Struct
documentExtractor
server/platform/services/docextractor/documents.go:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
documentExtractor
struct
{}
18
19
var
doconvConverterByExtensions =
map
[string]
func
(io.Reader) (string,
map
[string]string, error){
20
"doc"
: docconv.ConvertDoc,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected