models

package
v0.0.0-...-d3939fb Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 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 ResorceObject

type ResorceObject struct {
	SecureURL string    `json:"secure_url" bson:"secure_url"`
	VersionID string    `json:"version_id" bson:"version_id"`
	URL       string    `json:"url" bson:"url"`
	PublicID  string    `json:"public_id" bson:"public_id"`
	FileName  string    `json:"file_name" bson:"file_name"`
	AssetID   string    `json:"asset_id" bson:"asset_id"`
	CreatedAt time.Time `json:"created_at" bson:"created_at"`
	FileType  string    `json:"file_type" bson:"file_type"`
	Etag      string    `json:"etag" bson:"etag"`
	Bytes     string    `json:"bytes" bson:"bytes"`
	Version   string    `json:"version" bson:"version"`
	Signature string    `json:"signature" bson:"signature"`
}

func FilteredResponse

func FilteredResponse(res *ResorceObject) ResorceObject

Jump to

Keyboard shortcuts

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