Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateUri ¶
Types ¶
type Collections ¶
type Collections interface {
Table(name string) *gorm.DB
Where(query interface{}, args ...interface{}) *gorm.DB
First(out interface{}, where ...interface{}) *gorm.DB
Create(value interface{}) *gorm.DB
Delete(value interface{}, where ...interface{}) *gorm.DB
Last(out interface{}, where ...interface{}) *gorm.DB
}
Collections is mysql's collection of function
Click to show internal directories.
Click to hide internal directories.