Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CurdCreateLogic ¶
func NewCurdCreateLogic ¶
func NewCurdCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CurdCreateLogic
func (*CurdCreateLogic) CurdCreate ¶
func (l *CurdCreateLogic) CurdCreate(req *types.CurdCreateRequest) (resp *types.Empty, err error)
type HelloWorldLogic ¶
func NewHelloWorldLogic ¶
func NewHelloWorldLogic(ctx context.Context, svcCtx *svc.ServiceContext) *HelloWorldLogic
func (*HelloWorldLogic) HelloWorld ¶
func (l *HelloWorldLogic) HelloWorld(req *types.Empty) (resp *types.HelloWorldResponse, err error)
Click to show internal directories.
Click to hide internal directories.