Skip to content

Commit 158462b

Browse files
authored
feat(marketplace): add ListLocalImage to cli and documentation generation (#1505)
1 parent ed75d41 commit 158462b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/marketplace/v2/marketplace_sdk.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ type ListLocalImagesRequest struct {
403403
OrderBy ListLocalImagesRequestOrderBy `json:"-"`
404404
}
405405

406+
// ListLocalImages: list local images from a specific image or version
406407
func (s *API) ListLocalImages(req *ListLocalImagesRequest, opts ...scw.RequestOption) (*ListLocalImagesResponse, error) {
407408
var err error
408409

0 commit comments

Comments
 (0)