Documentation ¶
Index ¶
- Variables
- type Seata
- func (*Seata) Descriptor() ([]byte, []int)deprecated
- func (x *Seata) GetAddr() string
- func (x *Seata) GetDialTimeout() *durationpb.Duration
- func (x *Seata) GetToken() string
- func (*Seata) ProtoMessage()
- func (x *Seata) ProtoReflect() protoreflect.Message
- func (x *Seata) Reset()
- func (x *Seata) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_seata_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Seata ¶
type Seata struct { Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"` Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` DialTimeout *durationpb.Duration `protobuf:"bytes,3,opt,name=dial_timeout,json=dialTimeout,proto3" json:"dial_timeout,omitempty"` // contains filtered or unexported fields }
func (*Seata) Descriptor
deprecated
func (*Seata) GetDialTimeout ¶
func (x *Seata) GetDialTimeout() *durationpb.Duration
func (*Seata) ProtoMessage ¶
func (*Seata) ProtoMessage()
func (*Seata) ProtoReflect ¶
func (x *Seata) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.