app-cloudep-wallet-service/internal/server/wallet_service/wallet_service_server.go

22 lines
486 B
Go
Raw Normal View History

2025-04-10 08:20:01 +00:00
// Code generated by goctl. DO NOT EDIT.
// goctl 1.8.1
// Source: wallet.proto
package server
import (
"code.30cm.net/digimon/app-cloudep-wallet-service/gen_result/pb/wallet"
"code.30cm.net/digimon/app-cloudep-wallet-service/internal/svc"
)
type WalletServiceServer struct {
svcCtx *svc.ServiceContext
wallet.UnimplementedWallet_ServiceServer
}
func NewWalletServiceServer(svcCtx *svc.ServiceContext) *WalletServiceServer {
return &WalletServiceServer{
svcCtx: svcCtx,
}
}