documents

package
v0.0.0-...-e905ffc Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDocumenterRequest

type CreateDocumenterRequest = struct {
	Document *entities.Document
}

type CreateDocumenterResponse

type CreateDocumenterResponse = struct {
	DocumentId string
}

type GetAllDocumenterRequest

type GetAllDocumenterRequest = struct {
}

type GetAllDocumenterResponse

type GetAllDocumenterResponse = struct {
	Documents []*entities.Document
}

type GetDocumenterRequest

type GetDocumenterRequest = struct {
	DocumentId string
}

type GetDocumenterResponse

type GetDocumenterResponse = struct {
	Document *entities.Document
}

Jump to

Keyboard shortcuts

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