Discover Packages
github.com/upsaurav12/bootstrap
pkg
parser
package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Jan 19, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Project Project `yaml:"project"`
Entities []string `yaml:"entities"`
CustomLogic []string `yaml:"custom_logic"`
}
type FeatureItem struct {
Name string `yaml:"name"`
}
type Project struct {
Name string `yaml:"name"`
Type string `yaml:"type"`
Port int `yaml:"port"`
Location string `yaml:"location"`
Database string `yaml:"db"`
Router string `yaml:"router"`
}
type ProjectYAML struct {
Name string `json:"name" yaml:"name"`
Layers []string `json:"layers" yaml:"layers"`
Features []string `json:"features" yaml:"features"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.