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