response

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GBBDownloadFilesResponse

type GBBDownloadFilesResponse struct {
	Success bool                `json:"success"`
	Data    GBBFileDownloadData `json:"data,omitempty"`
}

type GBBFailureResponse added in v0.0.3

type GBBFailureResponse struct {
	Success bool   `json:"success"`
	Message string `json:"msg,omitempty"`
}

type GBBFileDownloadData

type GBBFileDownloadData struct {
	Files []models.GBBFileData `json:"files,omitempty"`
}

type GBBFileUploadData added in v0.0.3

type GBBFileUploadData struct {
	Overwritten bool `json:"overwritten"`
	RamUsage    *int `json:"ramUsage"`
}

type GBBUploadFileResponse added in v0.0.3

type GBBUploadFileResponse struct {
	Success bool              `json:"success"`
	Data    GBBFileUploadData `json:"data"`
}

Jump to

Keyboard shortcuts

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