package
Version:
v0.0.0-...-a16dd36
Opens a new window with list of versions in this module.
Published: Dec 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Payment struct {
ID int64 `gorm:"primary_key;not_null;auto_increment"`
PaymentName string `json:"payment_name"`
PaymentSid string `json:"payment_sid"`
PaymentStatus bool `json:"payment_status"`
PaymentImage string `json:"payment_image"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.