Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadEntry ¶
type DownloadEntry struct {
// contains filtered or unexported fields
}
func NewDownloadEntriesFromResponse ¶
func NewDownloadEntriesFromResponse(resp details.Response) ([]DownloadEntry, error)
func NewDownloadEntry ¶
func NewDownloadEntry(documentSection details.ResponseSectionTypeDocumentsData) DownloadEntry
func (DownloadEntry) Dir ¶
func (e DownloadEntry) Dir() string
func (DownloadEntry) Filename ¶
func (e DownloadEntry) Filename() string
Click to show internal directories.
Click to hide internal directories.