Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewHandler)
Functions ¶
This section is empty.
Types ¶
type StorageHandler ¶
type StorageHandler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(logger *zap.Logger, service *service.StorageService) *StorageHandler
func (*StorageHandler) PutObject ¶
func (h *StorageHandler) PutObject(c echo.Context) (err error)
PutObject put object to storage.
Click to show internal directories.
Click to hide internal directories.