Documentation ¶ Index ¶ type Balance func (b *Balance) AddBalanceByAdmin(ctx context.Context, req *proto.BalanceAdjustmentRequest) (*emptypb.Empty, error) func (b *Balance) HelloWorld(context.Context, *emptypb.Empty) (*proto.HelloWorldResponse, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Balance ¶ type Balance struct { token.BaseToken proto.UnimplementedBalanceServiceServer } func (*Balance) AddBalanceByAdmin ¶ func (b *Balance) AddBalanceByAdmin( ctx context.Context, req *proto.BalanceAdjustmentRequest, ) (*emptypb.Empty, error) func (*Balance) HelloWorld ¶ func (b *Balance) HelloWorld(context.Context, *emptypb.Empty) (*proto.HelloWorldResponse, error) Source Files ¶ View all Source files balance.go Click to show internal directories. Click to hide internal directories.