Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewImpl)
ProviderSet is provider set for wire
Functions ¶
This section is empty.
Types ¶
type IHandler ¶
type IHandler interface { // GetByID serve caller to given id to get an activity information GetByID(c *gin.Context) // List serve caller to list all activities List(c *gin.Context) // NewWithMembers serve caller to create a new activity with members email NewWithMembers(c *gin.Context) // ChangeName serve caller to change activity's name by id ChangeName(c *gin.Context) // Delete serve caller to delete an activity by id Delete(c *gin.Context) }
IHandler declare activity api handlers
func CreateIHandler ¶
CreateIHandler serve caller to create an IHandler
Click to show internal directories.
Click to hide internal directories.