Documentation
¶
Index ¶
- func DeleteSubCommands() []*cobra.Command
- func GenerateSubCommands() []*cobra.Command
- func GetDbConfig(project, commandName string, params map[string]string) ([]*model.SpecObject, error)
- func GetDbPreparedQuery(project, commandName string, params map[string]string) ([]*model.SpecObject, error)
- func GetDbRule(project, commandName string, params map[string]string) ([]*model.SpecObject, error)
- func GetDbSchema(project, commandName string, params map[string]string) ([]*model.SpecObject, error)
- func GetSubCommands() []*cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteSubCommands ¶
DeleteSubCommands is the list of commands the database module exposes
func GenerateSubCommands ¶
GenerateSubCommands is the list of commands the database module exposes
func GetDbConfig ¶
func GetDbConfig(project, commandName string, params map[string]string) ([]*model.SpecObject, error)
GetDbConfig gets database config
func GetDbPreparedQuery ¶
func GetDbPreparedQuery(project, commandName string, params map[string]string) ([]*model.SpecObject, error)
GetDbPreparedQuery gets database prepared query
func GetDbSchema ¶
func GetDbSchema(project, commandName string, params map[string]string) ([]*model.SpecObject, error)
GetDbSchema gets database schema
func GetSubCommands ¶
GetSubCommands is the list of commands the database module exposes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.