package
Version:
v0.0.0-...-b6af633
Opens a new window with list of versions in this module.
Published: May 22, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Approval struct {
ID uuid.UUID `json:"id" gorm:"type:uuid;primaryKey"`
PurchaseID uuid.UUID `json:"purchase_id"`
Username string `json:"username"`
Action string `json:"action"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.