refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 15 additions and 13 deletions
Showing only changes of commit 0fc3119b61 - Show all commits

View File

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