Documentation
¶
Index ¶
- type InstanceEntity
- func (i *InstanceEntity) GetGlobalClockTime() int64
- func (i *InstanceEntity) GetLocalHost() string
- func (i *InstanceEntity) GetLocalPeerId() string
- func (i *InstanceEntity) SetGlobalClockTime(globalClockTime int64)
- func (i *InstanceEntity) SetLocalHost(localHost string)
- func (i *InstanceEntity) SetLocalPeerId(localPeerId string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceEntity ¶
type InstanceEntity struct {
// contains filtered or unexported fields
}
func NewInstanceEntity ¶
func NewInstanceEntity() *InstanceEntity
func (*InstanceEntity) GetGlobalClockTime ¶
func (i *InstanceEntity) GetGlobalClockTime() int64
func (*InstanceEntity) GetLocalHost ¶
func (i *InstanceEntity) GetLocalHost() string
func (*InstanceEntity) GetLocalPeerId ¶
func (i *InstanceEntity) GetLocalPeerId() string
func (*InstanceEntity) SetGlobalClockTime ¶
func (i *InstanceEntity) SetGlobalClockTime(globalClockTime int64)
func (*InstanceEntity) SetLocalHost ¶
func (i *InstanceEntity) SetLocalHost(localHost string)
func (*InstanceEntity) SetLocalPeerId ¶
func (i *InstanceEntity) SetLocalPeerId(localPeerId string)
Click to show internal directories.
Click to hide internal directories.