package
Version:
v0.0.0-...-30eef61
Opens a new window with list of versions in this module.
Published: Sep 11, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Document struct {
Content string `json:"content,omitempty"`
Title string `json:"title,omitempty"`
Author string `json:"author,omitempty"`
Topic string `json:"topic,omitempty"`
Watermark string `json:"watermark,omitempty"`
}
type Filter struct {
Key string `json:"key,omitempty"`
Value string `json:"value,omitempty"`
}
const (
Pending Status = "Pending"
Started Status = "Started"
InProgress Status = "InProgress"
Finished Status = "Finished"
Failed Status = "Failed"
)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.