Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloParamLogic ¶
func NewHelloParamLogic ¶
func NewHelloParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *HelloParamLogic
func (*HelloParamLogic) HelloParam ¶
func (l *HelloParamLogic) HelloParam(req *types.ParamRequest) (resp *types.Response, err error)
type HelloPathLogic ¶
func NewHelloPathLogic ¶
func NewHelloPathLogic(ctx context.Context, svcCtx *svc.ServiceContext) *HelloPathLogic
func (*HelloPathLogic) HelloPath ¶
func (l *HelloPathLogic) HelloPath(req *types.PathRequest) (resp *types.Response, err error)
type HelloPostLogic ¶
func NewHelloPostLogic ¶
func NewHelloPostLogic(ctx context.Context, svcCtx *svc.ServiceContext) *HelloPostLogic
func (*HelloPostLogic) HelloPost ¶
func (l *HelloPostLogic) HelloPost(req *types.PostRequest) (resp *types.Response, err error)
Click to show internal directories.
Click to hide internal directories.