Home
last modified time | relevance | path

Searched refs:exportAllDirectPosts (Results 1 – 1 of 1) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dexport.go118 directAttachments, err := a.exportAllDirectPosts(writer, opts.IncludeAttachments)
633 func (a *App) exportAllDirectPosts(writer io.Writer, withAttachments bool) ([]AttachmentImportData,… func