Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CastAsNullableInt ¶
func CastAsNullableInt(integerInterface interface{}) int
func CastAsNullableString ¶
func CastAsNullableString(stringValueInterface interface{}) string
func JsonReturn ¶
func JsonReturn(jsonReturn Transaction, responseWriter http.ResponseWriter)
Types ¶
type NullTime ¶
func CastToNullableTime ¶
func CastToNullableTime(timeDataInterface interface{}) NullTime
type NullUuid ¶
func CastAsNullableUuid ¶
func CastAsNullableUuid(timeDataInterface interface{}) NullUuid
type Transaction ¶
type Transaction interface { }
type TransactionBool ¶
type TransactionBool struct {
Success bool
}
type TransactionResult ¶
Click to show internal directories.
Click to hide internal directories.