-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
modelRelated to swagger generate model commandRelated to swagger generate model commandneeds testingNeeds more testing for issue confirmation/qualificationNeeds more testing for issue confirmation/qualification
Description
Problem statement
Downloaded the Go Client Code from https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/raw/master/Mp1.yaml
Example: Types of below listed attributes should be string, but it is empty structure in the generated code.
type ServiceInfoSerName struct {
}
type ServiceInfoTransportId struct {
}
// Service version
type ServiceInfoVersion struct {
}
Type should be like this:
type ServiceInfoSerName string
type ServiceInfoTransportId string
type ServiceInfoVersion string:
Metadata
Metadata
Assignees
Labels
modelRelated to swagger generate model commandRelated to swagger generate model commandneeds testingNeeds more testing for issue confirmation/qualificationNeeds more testing for issue confirmation/qualification