Documentation ¶
Index ¶
- Constants
- Variables
- func Build()
- func CreateMigration()
- func CreateModel()
- func GenSecurityKey()
- func GetVersions()
- func InitSvelte()
- func Install()
- func InstallDeps()
- func MigList()
- func Move()
- func Rename()
- func RollbackAll()
- func RollbackMig(cmd string)
- func RunAll()
- func RunMig(cmd string)
- func Set(bo string, e string, cmdMigRollback string, cmdMigRun string)
- func WalkThrougFiles(path string, info os.FileInfo, err error) error
- type Dependencies
Constants ¶
View Source
const ( GOUWEB_FRAMEWORK_VERSION = "v0.9.6" GOUWEB_CLI_VERSION = "v0.3.2" )
Variables ¶
View Source
var BUILD_OUTPUT string
View Source
var CMD_MIG_ROLLBACK string
View Source
var CMD_MIG_RUN string
View Source
var Dirs []string = []string{
"framework/",
"src/",
}
View Source
var ENTRY string
View Source
var NewName string
View Source
var OldName string
Functions ¶
func CreateMigration ¶ added in v0.7.1
func CreateMigration()
func CreateModel ¶ added in v0.9.0
func CreateModel()
func GenSecurityKey ¶ added in v0.9.6
func GenSecurityKey()
func GetVersions ¶ added in v0.7.1
func GetVersions()
func InitSvelte ¶ added in v0.9.5
func InitSvelte()
very straight and stupid way to do it but i dont want to wrote this function twice(i deleted this fucking file)
func InstallDeps ¶
func InstallDeps()
func RollbackAll ¶ added in v0.7.1
func RollbackAll()
func RollbackMig ¶ added in v0.7.1
func RollbackMig(cmd string)
Types ¶
type Dependencies ¶
type Dependencies struct {
Deps []string `json:"deps"`
}
var Deps Dependencies = ParseDependencies()
func ParseDependencies ¶
func ParseDependencies() Dependencies
Click to show internal directories.
Click to hide internal directories.