Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultTenantName = "Default" DefaultTenant = "default0" BprintBlobFolder = "bprints" )
View Source
const ( UserGroupSuperAdmin = "super_admin" UserGroupGuest = "guest" )
View Source
const ( TEMPHIA_VER_MIN = 2 TEMPHIA_VER_MAX = 0 )
Variables ¶
View Source
var Buildtime string = ""
View Source
var Version string = "dev"
Functions ¶
func GetSlugGenerator ¶
func PrintBuildInfo ¶
func PrintBuildInfo()
Types ¶
type LazyData ¶
type LazyData interface { AsJsonBytes() ([]byte, error) AsObject(target any) error IsJsonBytes() bool IsObject() bool Inner() any }
LazyData is lazyly marsheled data, it might contain references to executor inner types so it should not be stored more than its request, response duration.
Click to show internal directories.
Click to hide internal directories.