github.com/free5gc/openapi@v1.0.8/models/model_constants.go (about) 1 /* 2 * Nudr_DataRepository API OpenAPI file 3 * 4 * Unified Data Repository Service 5 * 6 * API version: 1.0.0 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package models 11 12 type Constants struct { 13 C1 string `json:"c1" bson:"c1"` 14 C2 string `json:"c2" bson:"c2"` 15 C3 string `json:"c3" bson:"c3"` 16 C4 string `json:"c4" bson:"c4"` 17 C5 string `json:"c5" bson:"c5"` 18 }