github.com/free5gc/openapi@v1.0.8/models/model_cnf.go (about)

     1  package models
     2  
     3  type Cnf struct {
     4  	CnfUnits []CnfUnit `json:"cnfUnits" bson:"cnfUnits"`
     5  }