Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OrderStatus = &struct { New postgres.StringExpression Accepted postgres.StringExpression InProccess postgres.StringExpression Delivered postgres.StringExpression Calcelled postgres.StringExpression }{ New: postgres.NewEnumValue("new"), Accepted: postgres.NewEnumValue("accepted"), InProccess: postgres.NewEnumValue("in_proccess"), Delivered: postgres.NewEnumValue("delivered"), Calcelled: postgres.NewEnumValue("calcelled"), }
View Source
var UserRole = &struct { Admin postgres.StringExpression Client postgres.StringExpression Courier postgres.StringExpression }{ Admin: postgres.NewEnumValue("admin"), Client: postgres.NewEnumValue("client"), Courier: postgres.NewEnumValue("courier"), }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.