Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewGreetingService, )
Functions ¶
This section is empty.
Types ¶
type GreetingService ¶
type GreetingService interface {
GetList() (err error)
GetAll() (err error)
GetDetail() (err error)
Create() (err error)
Update() (err error)
Delete() (err error)
}
func NewGreetingService ¶
func NewGreetingService(db *gorm.DB) GreetingService
Click to show internal directories.
Click to hide internal directories.