Documentation
¶
Index ¶
Constants ¶
View Source
const ISO string = "2006-01-02T15:04:05"
Variables ¶
View Source
var DEBUG bool = false
View Source
var PARA_RE = regexp.MustCompile(`(</[a-z]:p>)+`)
View Source
var TAG_RE = regexp.MustCompile(`(<[^>]*>)+`)
Functions ¶
Types ¶
type Document ¶
type Document struct {
RePath string `json:"path"`
Filename string `json:"filename"`
Title string `json:"title"`
Subject string `json:"subject"`
Creator string `json:"creator"`
Keywords string `json:"keywords"`
Description string `json:"description"`
Lastmodifiedby string `json:"lastModifiedBy"`
Revision string `json:"revision"`
Category string `json:"category"`
Content string `json:"content"`
Modifytime time.Time `json:"modified"`
Createtime time.Time `json:"created"`
Accesstime time.Time `json:"accessed"`
Size int `json:"size"`
// contains filtered or unexported fields
}
Directories
¶
| Path | Synopsis |
|---|---|
|
pdf
Package pdf implements reading of PDF files.
|
Package pdf implements reading of PDF files. |
|
pdf/pdfpasswd
command
|
|
|
xls
xls package use to parse the 97 -2004 microsoft xls file(".xls" suffix, NOT ".xlsx" suffix )
|
xls package use to parse the 97 -2004 microsoft xls file(".xls" suffix, NOT ".xlsx" suffix ) |
Click to show internal directories.
Click to hide internal directories.