You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

rpc_rm_message.go 178 B

4 years ago
5 years ago
5 years ago
5 years ago
12345678910
  1. package rpc_client
  2. import (
  3. "github.com/transaction-wg/seata-golang/pkg/base/protocal"
  4. )
  5. type RpcRMMessage struct {
  6. RpcMessage protocal.RpcMessage
  7. ServerAddress string
  8. }