Versions in this module Expand all Collapse all v0 v0.1.1 Jul 27, 2017 v0.1.0 Jul 24, 2017 Changes in this version + func AssignForm(form interface{}, data map[string]interface{}) + func GetInclude(field reflect.StructField) string + func GetMaxSize(field reflect.StructField) string + func GetMinSize(field reflect.StructField) string + func GetSize(field reflect.StructField) string + type AppAddForm struct + Name string + Platform string + func (f *AppAddForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors + type AppOrDeploymentOption struct + Name string + type ChangePasswordForm struct + OldPassword string + Password string + Retype string + func (f *ChangePasswordForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors + type Form interface + type InstallForm struct + AdminEmail string + AdminName string + AdminPasswd string + AppName string + AppURL string + ConfirmPasswd string + DbHost string + DbName string + DbPasswd string + DbPath string + DbType string + DbUser string + DisableRegistration bool + Domain string + EnableCaptcha bool + HTTPPort string + LogRootPath string + MailNotify bool + RegisterConfirm bool + RequireSignInView bool + RunUser string + SMTPFrom string + SMTPHost string + SMTPPasswd string + SMTPUser string + SSLMode string + StorageAccessKey string + StorageBucketName string + StorageDownloadURL string + StorageEndpoint string + StoragePath string + StoragePrefix string + StorageSecretKey string + StorageType string + StorageZone string + func (f *InstallForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors + type PackageInfo struct + AppVersion *string + Description *string + IsDisabled *bool + IsMandatory *bool + Label *string + Rollout *uint8 + type ReportStatus struct + AppVersion *string + ClientUniqueId *string + DeploymentKey *string + Label *string + PreviousDeploymentKey *string + PreviousLabelOrAppVersion *string + Status *string + type SignInForm struct + Password string + Remember bool + UserName string + func (f *SignInForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors + type SignUpForm struct + Email string + Password string + Retype string + UserName string + func (f *SignUpForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors + type UpdatePackageInfo struct + PackageInfo *PackageInfo