google

package
v0.1.137 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2017 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Coverage

type Coverage struct {
	FromYear         string `xml:"from>year"`
	FromVolume       string `xml:"from>volume"`
	FromIssue        string `xml:"from>issue"`
	ToYear           string `xml:"to>year"`
	ToVolume         string `xml:"to>volume"`
	ToIssue          string `xml:"to>issue"`
	Comment          string `xml:"comment"`
	DaysNotAvailable int    `xml:"embargo>days_not_available"`
}

Coverage contains coverage information for an item.

type Item

type Item struct {
	Title string     `xml:"title"`
	ISSN  string     `xml:"issn"`
	Covs  []Coverage `xml:"coverage"`
}

Item is the main google scholar holdings container.

type Reader

type Reader struct {
	// contains filtered or unexported fields
}

func NewReader

func NewReader(r io.Reader) *Reader

func (Reader) ReadEntries

func (r Reader) ReadEntries() (holdings.Entries, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL