// 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, } }