package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Apr 24, 2023
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func AddRepositories(dbRepositories ...Repository)
type Model struct {
ID int64 `json:"id" gorm:"primary_key"`
CreatedAt int64 `json:"created_at" gorm:"autoCreateTime"`
UpdatedAt int64 `json:"updated_at" gorm:"autoUpdateTime"`
}
type Page struct {
Total int64
Data interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.