howood/imagereductor

View on GitHub
domain/entity/storage_object_info.go

Summary

Maintainability
A
0 mins
Test Coverage
package entity

// StorageObjectInfo entity
type StorageObjectInfo struct {
    ContentType   string `json:"content_type"`
    ContentLength int    `json:"content_length"`
}