nodeattr: moving more from importer/attrs.go

Change-Id: Iebf336c44af77ccbe655aadbe1e57ad339ba5201
This commit is contained in:
Brad Fitzpatrick 2014-07-25 14:47:55 -07:00
parent d0fbfd9751
commit b531c32f11
1 changed files with 12 additions and 0 deletions

View File

@ -41,6 +41,18 @@ const (
// the "file" schema blob).
CamliContent = "camliContent"
// Content is "content", used e.g. for the content of a tweet.
// TODO: define this more
Content = "content"
// StartDate is http://schema.org/startDate: The start
// date and time of the event or item (in RFC 3339 date
// format).
StartDate = "startDate"
// URL is the item's original or origin URL.
URL = "url"
Latitude = "latitude"
Longitude = "longitude"
)