getAtomMeta extracts AtomMeta from the atom
(atom genAtom)
| 243 | |
| 244 | // getAtomMeta extracts AtomMeta from the atom |
| 245 | func getAtomMeta(atom genAtom) *AtomMeta { |
| 246 | return atom.GetMeta() |
| 247 | } |
| 248 | |
| 249 | // generateSchemaFromAtoms generates a JSON schema from a map of atoms |
| 250 | func generateSchemaFromAtoms(atoms map[string]genAtom, title, description string) map[string]any { |
no test coverage detected