package
Version:
v1.4.2
Opens a new window with list of versions in this module.
Published: Dec 11, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BaseModel struct {
ID int64 `json:"id"`
UUID string `json:"uuid"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt *time.Time `json:"deleted_at"`
}
type Branch struct {
BaseModel
CompanyID int64 `json:"company_id"`
Name string `json:"name"`
Description *string `json:"description"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.