dto

package
v0.0.0-...-7d93bc8 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMeasurementImageInput

type CreateMeasurementImageInput struct {
	Mime string `json:"mime"`
	Data string `json:"data"`
}

type CreateMeasurementInput

type CreateMeasurementInput struct {
	Value     int                         `json:"value"`
	Image     CreateMeasurementImageInput `json:"image"`
	Type      string                      `json:"type"`
	Confirmed bool                        `json:"confirmed"`
	User      string                      `json:"user"`
}

type CreateUserInput

type CreateUserInput struct {
	Name     string `json:"name"`
	Email    string `json:"email"`
	Password string `json:"password"`
}

type GetTokenInput

type GetTokenInput struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

type GetTokenOutput

type GetTokenOutput struct {
	AccessToken string `json:"access_token"`
}

type ProcessImageRequest

type ProcessImageRequest struct {
	Mime string `json:"mime"`
	Data string `json:"data"`
}

type ProcessImageResponse

type ProcessImageResponse struct {
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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