Skip to content

Commit aa5a93f

Browse files
committed
doc: added comment to method
1 parent 56c3d34 commit aa5a93f

File tree

1 file changed

+1
-0
lines changed
  • services/cloudapi/cloudapinic

1 file changed

+1
-0
lines changed

services/cloudapi/cloudapinic/nic.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ func GetNicFromSchema(d *schema.ResourceData, path string) (ionoscloud.Nic, erro
211211
return nic, nil
212212
}
213213

214+
// GetNicFromSchemaCreate - creates a nic object for create operations from the schema
214215
func GetNicFromSchemaCreate(d *schema.ResourceData, path string) (ionoscloud.Nic, error) {
215216
nic, err := GetNicFromSchema(d, path)
216217
if err != nil {

0 commit comments

Comments
 (0)