domain

package
v0.0.0-...-42cee99 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attachment

type Attachment struct {
	DocId string `json:"docId"`
	Data  string `json:"data"`
}

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

func NewDocument(Name, DocType string) Document

type PreSignedUrl

type PreSignedUrl struct {
	Url string `json:"url"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL