Skip to content

Commit

Permalink
Merge pull request #124 from toking170896/update_getServiceEndpoints
Browse files Browse the repository at this point in the history
Update ServiceEndpoints
  • Loading branch information
tarmo-randma authored Jan 3, 2024
2 parents 48c3694 + 59963d4 commit dfe04e4
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions pkg/api/servicediscovery/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,32 @@ type Endpoint struct {
}

type ServiceEndpoints struct {
Cafa Endpoint `json:"cafa"`
Pim Endpoint `json:"pim"`
Wms Endpoint `json:"wms"`
Promotion Endpoint `json:"promotion"`
Reports Endpoint `json:"reports"`
JSON Endpoint `json:"json"`
Assignments Endpoint `json:"assignments"`
AccountAdmin Endpoint `json:"account-admin"`
VisitorQueue Endpoint `json:"visitor-queue"`
Loyalty Endpoint `json:"loyalty"`
Cdn Endpoint `json:"cdn"`
Tasks Endpoint `json:"tasks"`
Webhook Endpoint `json:"webhook"`
User Endpoint `json:"user"`
Import Endpoint `json:"import"`
Ems Endpoint `json:"ems"`
Clockin Endpoint `json:"clockin"`
Ledger Endpoint `json:"ledger"`
Auth Endpoint `json:"auth"`
Crm Endpoint `json:"crm"`
Buum Endpoint `json:"buum"`
Sales Endpoint `json:"sales"`
Pricing Endpoint `json:"pricing"`
Inventory Endpoint `json:"inventory"`
Chair Endpoint `json:"chair"`
PosAPI Endpoint `json:"pos-api"`
Erply Endpoint `json:"erply"`
InventoryTransaction Endpoint `json:"inventory-transaction"`
Cafa Endpoint `json:"cafa"`
Pim Endpoint `json:"pim"`
Wms Endpoint `json:"wms"`
Promotion Endpoint `json:"promotion"`
Reports Endpoint `json:"reports"`
JSON Endpoint `json:"json"`
Assignments Endpoint `json:"assignments"`
AccountAdmin Endpoint `json:"account-admin"`
VisitorQueue Endpoint `json:"visitor-queue"`
Loyalty Endpoint `json:"loyalty"`
Cdn Endpoint `json:"cdn"`
Tasks Endpoint `json:"tasks"`
Webhook Endpoint `json:"webhook"`
User Endpoint `json:"user"`
Import Endpoint `json:"import"`
Ems Endpoint `json:"ems"`
Clockin Endpoint `json:"clockin"`
Ledger Endpoint `json:"ledger"`
Auth Endpoint `json:"auth"`
Crm Endpoint `json:"crm"`
Buum Endpoint `json:"buum"`
Sales Endpoint `json:"sales"`
Pricing Endpoint `json:"pricing"`
Inventory Endpoint `json:"inventory"`
Chair Endpoint `json:"chair"`
PosAPI Endpoint `json:"pos-api"`
Erply Endpoint `json:"erply"`
}

0 comments on commit dfe04e4

Please sign in to comment.