WIP Add join_event in service_event
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
17
service/service_event/join_event.go
Normal file
17
service/service_event/join_event.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package service_event
|
||||
|
||||
import "nixcn-cms/service/shared"
|
||||
|
||||
type EventJoinData struct {
|
||||
}
|
||||
|
||||
type EventJoinPayload struct {
|
||||
}
|
||||
|
||||
type EventJoinResult struct {
|
||||
Common shared.CommonResult
|
||||
}
|
||||
|
||||
func (self *EventServiceImpl) JoinEvent(payload *EventJoinPayload) (result *EventJoinResult) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user