Documentation ¶
Overview ¶
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func GetPropDatatype ¶
func TrimDotright ¶
Types ¶
type Users ¶
type Users struct { bun.BaseModel `bun:"table:users,alias:u"` ID string `param:"id" query:"id" form:"id" json:"id" xml:"id" bun:",pk,autoincrement"` Email string `` /* 152-byte string literal not displayed */ PasswordHash string `` /* 158-byte string literal not displayed */ PasswordRaw string `` /* 191-byte string literal not displayed */ Isdisabled string `` /* 137-byte string literal not displayed */ SessionKey string `` /* 137-byte string literal not displayed */ SessionName string `` /* 143-byte string literal not displayed */ SessionToken string `` /* 149-byte string literal not displayed */ SiteToken string `` /* 140-byte string literal not displayed */ }
Click to show internal directories.
Click to hide internal directories.