package
0.0.0-20220226120644-84eea8c6ac23
Repository: https://github.com/resotto/goilerplate.git
Documentation: pkg.go.dev

# Structs

Card is the model of cards.
CardBrand is the model of card_brands.
Order is the model of orders.
Parameter is model.
Payment is the model of payments.
Person is the model of persons By default, GORM sees its table name as pluralized struct name.

# Interfaces

Tabler is interface of GORM table name.