Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloRequest ¶
type HelloRequest struct {
core.SlotRequestBase
Name *string `json:"name" param:"require"`
}
type HelloService ¶
type HelloService struct {
core.ServiceConf
}
type Service ¶
func (*Service) Config ¶
func (this *Service) Config() core.IEntityConf
func (*Service) EntityStub ¶
func (this *Service) EntityStub() *core.EntityStub
func (*Service) HelloSlot ¶
func (this *Service) HelloSlot(req *HelloRequest, res *core.SlotResponse)
Click to show internal directories.
Click to hide internal directories.