Skip to content

Commit 5ca8890

Browse files
author
vladhanzha
committed
Add comments
1 parent 1bd6621 commit 5ca8890

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudconnexa/network_ip_services.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import (
77
"net/http"
88
)
99

10+
// NetworkIPServiceResponse represents the response structure for Network IP service operations.
11+
1012
type NetworkIPServiceResponse struct {
1113
Name string `json:"name"`
1214
Description string `json:"description"`
@@ -18,6 +20,8 @@ type NetworkIPServiceResponse struct {
1820
Routes []*Route `json:"routes"`
1921
}
2022

23+
// NetworkIPServicePageResponse represents a paginated response from the CloudConnexa API
24+
// containing a list of IP services and pagination metadata.
2125
type NetworkIPServicePageResponse struct {
2226
Content []NetworkIPServiceResponse `json:"content"`
2327
NumberOfElements int `json:"numberOfElements"`

0 commit comments

Comments
 (0)