@@ -63,7 +63,7 @@ type Packages interface {
6363 // @param contact
6464 // contact information of a package
6565 // @param properties
66- // external infromations of a package
66+ // external informations of a package
6767 Upload (packageURL , filePath , description , contact string , properties map [string ]string ) error
6868
6969 // UploadWithContext uploads Function/Connector Package
@@ -78,7 +78,7 @@ type Packages interface {
7878 // @param contact
7979 // contact information of a package
8080 // @param properties
81- // external infromations of a package
81+ // external informations of a package
8282 UploadWithContext (ctx context.Context , packageURL , filePath , description , contact string , properties map [string ]string ) error
8383
8484 // List lists all the packages with the given type in a namespace
@@ -93,10 +93,10 @@ type Packages interface {
9393 // ListVersionsWithContext lists all the versions of a package
9494 ListVersionsWithContext (ctx context.Context , packageURL string ) ([]string , error )
9595
96- // Delete the specified package
96+ // Delete deletes the specified package
9797 Delete (packageURL string ) error
9898
99- // DeleteWithContext the specified package
99+ // DeleteWithContext deletes the specified package
100100 DeleteWithContext (ctx context.Context , packageURL string ) error
101101
102102 // GetMetadata returns a package metadata information
0 commit comments