package
Version:
v0.0.0-...-032a771
Opens a new window with list of versions in this module.
Published: Sep 6, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var DefaultSchema = &Schema{
Subject: "",
Name: "",
Doc: "",
Fields: []Field{{Name: "", Type: "", Doc: ""}},
}
type Field struct {
Name string `json:"name"`
Type string `json:"type"`
Doc string `json:"doc"`
}
type Schema struct {
Id string `json:"id,omitempty"`
Subject string `json:"subject"`
Name string `json:"name"`
Doc string `json:"doc"`
Fields []Field `json:"fields"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.