Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
func NewAttachment ¶
func NewAttachment(docId, data string) Attachment
type Document ¶
type Document struct {
Id string `dynamodbav:"id" json:"id"`
Type string `dynamodbav:"type" json:"type"`
Name string `dynamodbav:"name" json:"name"`
LifecycleState string `dynamodbav:"lifecycleState" json:"lifecycleState"`
CreationDate time.Time `dynamodbav:"creationDate" json:"creationDate"`
}
func NewDocument ¶
type PreSignedUrl ¶
type PreSignedUrl struct {
Url string `json:"url"`
}
Click to show internal directories.
Click to hide internal directories.