github.com/free5gc/openapi@v1.0.8/models/model_cnf_unit.go (about) 1 package models 2 3 type CnfUnit struct { 4 CnfUnit []Atom `json:"cnfUnit" bson:"cnfUnit"` 5 }