Documentation
¶
Index ¶
- type WithdrawalService
- func (s *WithdrawalService) ApproveWithdrawal(ctx context.Context, req *v1.ApproveWithdrawalRequest) (*v1.ApproveWithdrawalReply, error)
- func (s *WithdrawalService) GetWithdrawalList(ctx context.Context, req *v1.GetWithdrawalListRequest) (*v1.GetWithdrawalListReply, error)
- func (s *WithdrawalService) RejectWithdrawal(ctx context.Context, req *v1.RejectWithdrawalRequest) (*v1.RejectWithdrawalReply, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WithdrawalService ¶
type WithdrawalService struct {
v1.UnimplementedWithdrawalServiceServer
// contains filtered or unexported fields
}
func NewWithdrawalService ¶
func NewWithdrawalService(uc *withdrawalbiz.WithdrawalUsecase) *WithdrawalService
func (*WithdrawalService) ApproveWithdrawal ¶
func (s *WithdrawalService) ApproveWithdrawal(ctx context.Context, req *v1.ApproveWithdrawalRequest) (*v1.ApproveWithdrawalReply, error)
func (*WithdrawalService) GetWithdrawalList ¶
func (s *WithdrawalService) GetWithdrawalList(ctx context.Context, req *v1.GetWithdrawalListRequest) (*v1.GetWithdrawalListReply, error)
func (*WithdrawalService) RejectWithdrawal ¶
func (s *WithdrawalService) RejectWithdrawal(ctx context.Context, req *v1.RejectWithdrawalRequest) (*v1.RejectWithdrawalReply, error)
Click to show internal directories.
Click to hide internal directories.