Documentation ¶
Index ¶
- func GetAnnotationAuthorsFromFile(file io.ReadSeeker) ([]string, error)
- func GetAuthorFromFile(file io.ReadSeeker) (string, error)
- func GetCommentsFromFile(file io.ReadSeeker) (string, error)
- func GetKeywordsFromFile(file io.ReadSeeker) (string, error)
- func GetLastAuthorFromFile(file io.ReadSeeker) (string, error)
- func GetSubjectFromFile(file io.ReadSeeker) (string, error)
- func GetTextFromFile(file io.ReadSeeker) (string, error)
- func GetTitleFromFile(file io.ReadSeeker) (string, error)
- func GetVersion() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAnnotationAuthorsFromFile ¶ added in v0.0.3
func GetAnnotationAuthorsFromFile(file io.ReadSeeker) ([]string, error)
func GetAuthorFromFile ¶
func GetAuthorFromFile(file io.ReadSeeker) (string, error)
func GetCommentsFromFile ¶
func GetCommentsFromFile(file io.ReadSeeker) (string, error)
func GetKeywordsFromFile ¶
func GetKeywordsFromFile(file io.ReadSeeker) (string, error)
func GetLastAuthorFromFile ¶
func GetLastAuthorFromFile(file io.ReadSeeker) (string, error)
func GetSubjectFromFile ¶
func GetSubjectFromFile(file io.ReadSeeker) (string, error)
func GetTextFromFile ¶
func GetTextFromFile(file io.ReadSeeker) (string, error)
func GetTitleFromFile ¶
func GetTitleFromFile(file io.ReadSeeker) (string, error)
func GetVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.