This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/upload/database.go

24 lines
423 B
Go
Raw Normal View History

2012-07-30 23:23:38 +02:00
package main
type Book struct {
Title string
Author []string
Contributor string
Publisher string
Description string
Subject []string
Date string
Lang []string
Type string
Format string
Source string
Relation string
Coverage string
Rights string
Meta string
Path string
Cover string
CoverSmall string
2012-08-15 15:12:59 +02:00
Keywords []string
2012-07-30 23:23:38 +02:00
}