Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
GUID string `json:"guid"`
SheetIndex int `json:"sheet_index"`
Cookie string `json:"-"`
Suffix string `json:"suffix"`
CacheTTL time.Duration `json:"cache_ttl"`
CacheBytes []byte `json:"cache_bytes"`
CacheUpdatedAt time.Time `json:"cache_updated_at"`
JSONCache *json.RawMessage
CSVCache []byte
}
func NewDocument ¶
NewDocument returns a new Document
Click to show internal directories.
Click to hide internal directories.