Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KICLicenseAPIPathPattern = "%s/kic/api/control-planes/%s/v1/licenses"
KICLicenseAPIPathPattern is the path pattern for KIC license operations.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client interacts with the Konnect license API.
type Item ¶
type Item struct { License string `json:"payload,omitempty"` UpdatedAt uint64 `json:"updated_at,omitempty"` ID string `json:"id,omitempty"` }
Item is a single license from the upstream license API.
type ListLicenseResponse ¶
type ListLicenseResponse struct {
Items []*Item `json:"items"`
}
Click to show internal directories.
Click to hide internal directories.