issue

package
v0.0.0-...-2780e7b Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2013 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	ID    string `xml:"id"`
	Title string `xml:"title"`

	// <issues:owner><issues:uri>/u/102602228801687104398/</issues:uri><issues:username>g...@golang.org</issues:username></issues:owner>
	Owner *IssuePerson `xml:"http://schemas.google.com/projecthosting/issues/2009 owner"`
}

func ParseIssues

func ParseIssues(r io.Reader) ([]*Issue, error)

type IssuePerson

type IssuePerson struct {
	// Like "/u/102602228801687104398/"
	URI string `xml:"http://schemas.google.com/projecthosting/issues/2009 uri"`

	// Useless username: "g..@golang.org"
	Username string `xml:"http://schemas.google.com/projecthosting/issues/2009 username"`
}

Jump to

Keyboard shortcuts

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