oc-catalog/selfapi/model_models_repository_mod...

17 lines
368 B
Go

/*
* oc-catalog API
*
* Backend of the oc-search project
*
* API version: 1.0.0
* Contact: opencloud@irt-saintexupery.com
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package swagger
type ModelsRepositoryModel struct {
Credentials string `json:"credentials,omitempty"`
Url string `json:"url,omitempty"`
}