package
Version:
v0.12.1
Opens a new window with list of versions in this module.
Published: Jan 20, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DBModel struct {
XMLName xml.Name `xml:"dbmodel"`
Roles []Role `xml:"role"`
Databases []Database `xml:"database"`
}
type Database struct {
Name string `xml:"name,attr"`
SQLDisabled bool `xml:"sql-disabled,attr"`
}
type Role struct {
Name string `xml:"name,attr"`
SQLDisabled bool `xml:"sql-disabled,attr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.