edit response warehouse

This commit is contained in:
anbuiselly 2022-12-12 14:07:28 +07:00
parent b39948c635
commit aa3a201b18
1 changed files with 15 additions and 13 deletions

View File

@ -142,6 +142,8 @@ type WarehouseNatsResponse struct {
Configurations WarehouseConfiguration `json:"configurations"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
IsPendingActive bool `json:"isPendingActive"`
ReasonPendingInactive string `json:"reasonPendingInactive"`
}
// WarehouseInfo ...