dtos

package
v0.0.0-...-0f61435 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2022 License: ISC Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteRequestDTO

type DeleteRequestDTO struct {
	Filename   string `json:"instance_id"`
	Identifier string `json:"identifier"`
}

type DeleteResponseDTO

type DeleteResponseDTO struct{}

type IndexRequestDTO

type IndexRequestDTO struct {
	Filename   string `json:"instance_id"`
	Identifier string `json:"identifier"`
	Data       []byte `json:"data"`
}

type IndexResponseDTO

type IndexResponseDTO struct{}

type QueryRequestDTO

type QueryRequestDTO struct {
	Filename string `json:"filename"`
	Search   string `json:"search"`
}

type QueryResponseDTO

type QueryResponseDTO struct {
	UUIDs []string
}

type RegisterRequestDTO

type RegisterRequestDTO struct {
	Filenames []string `json:"filenames"`
}

type RegisterResponseDTO

type RegisterResponseDTO struct{}

Jump to

Keyboard shortcuts

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