dto

package
v0.0.0-rc5 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UploadResourceInput

type UploadResourceInput struct {
	Resource *multipart.FileHeader `form:"redis" binding:"required"`
}

type UploadResourceOutput

type UploadResourceOutput struct {
	ObjectID string `json:"object_id"`
}

type UploadResourcesInput

type UploadResourcesInput struct {
	Resources []*multipart.FileHeader `form:"resources" binding:"required"`
}

type UploadResourcesOutput

type UploadResourcesOutput struct {
	Count int                             `json:"count"`
	Data  map[string]UploadResourceOutput `json:"data"`
}

Jump to

Keyboard shortcuts

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