@ -165,7 +165,7 @@ func init() {
break
}
if cont != nil && len(cont) != 0 {
if len(cont) != 0 {
dtmcli.Logf("cont is: \n%s", string(cont))
err := yaml.Unmarshal(cont, &DtmConfig)
dtmcli.FatalIfError(err)
@ -15,7 +15,7 @@ service Dtm {
rpc RegisterXaBranch(DtmXaBranchRequest) returns (google.protobuf.Empty) {}
// DtmRequest 发给dtm服务器的消息,响应为Emtpy,error == nil为成功,== Aborted 为失败 == 其他 可以重试
// DtmRequest 发给dtm服务器的消息,响应为Empty,error == nil为成功,== Aborted 为失败 == 其他 可以重试
message DtmRequest {
string Gid = 1;
string TransType = 2;