Versions in this module Expand all Collapse all v0 v0.6.1 Oct 15, 2018 v0.6.0 Sep 25, 2018 Changes in this version type HealthCheckEvent + Timestamp *time.Time + func (m *HealthCheckEvent) GetTimestamp() *time.Time v0.5.0 Aug 14, 2018 Changes in this version + var ErrIntOverflowHealthCheckEvent = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthHealthCheckEvent = fmt.Errorf("proto: negative length found during unmarshaling") + var HealthCheckFailureType_name = map[int32]string + var HealthCheckFailureType_value = map[string]int32 + var HealthCheckerType_name = map[int32]string + var HealthCheckerType_value = map[string]int32 + type HealthCheckAddHealthy struct + FirstCheck bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HealthCheckAddHealthy) Descriptor() ([]byte, []int) + func (*HealthCheckAddHealthy) ProtoMessage() + func (dst *HealthCheckAddHealthy) XXX_Merge(src proto.Message) + func (m *HealthCheckAddHealthy) GetFirstCheck() bool + func (m *HealthCheckAddHealthy) Marshal() (dAtA []byte, err error) + func (m *HealthCheckAddHealthy) MarshalTo(dAtA []byte) (int, error) + func (m *HealthCheckAddHealthy) Reset() + func (m *HealthCheckAddHealthy) Size() (n int) + func (m *HealthCheckAddHealthy) String() string + func (m *HealthCheckAddHealthy) Unmarshal(dAtA []byte) error + func (m *HealthCheckAddHealthy) Validate() error + func (m *HealthCheckAddHealthy) XXX_DiscardUnknown() + func (m *HealthCheckAddHealthy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HealthCheckAddHealthy) XXX_Size() int + func (m *HealthCheckAddHealthy) XXX_Unmarshal(b []byte) error + func (this *HealthCheckAddHealthy) Equal(that interface{}) bool + type HealthCheckAddHealthyValidationError struct + Cause error + Field string + Key bool + Reason string + func (e HealthCheckAddHealthyValidationError) Error() string + type HealthCheckEjectUnhealthy struct + FailureType HealthCheckFailureType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HealthCheckEjectUnhealthy) Descriptor() ([]byte, []int) + func (*HealthCheckEjectUnhealthy) ProtoMessage() + func (dst *HealthCheckEjectUnhealthy) XXX_Merge(src proto.Message) + func (m *HealthCheckEjectUnhealthy) GetFailureType() HealthCheckFailureType + func (m *HealthCheckEjectUnhealthy) Marshal() (dAtA []byte, err error) + func (m *HealthCheckEjectUnhealthy) MarshalTo(dAtA []byte) (int, error) + func (m *HealthCheckEjectUnhealthy) Reset() + func (m *HealthCheckEjectUnhealthy) Size() (n int) + func (m *HealthCheckEjectUnhealthy) String() string + func (m *HealthCheckEjectUnhealthy) Unmarshal(dAtA []byte) error + func (m *HealthCheckEjectUnhealthy) Validate() error + func (m *HealthCheckEjectUnhealthy) XXX_DiscardUnknown() + func (m *HealthCheckEjectUnhealthy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HealthCheckEjectUnhealthy) XXX_Size() int + func (m *HealthCheckEjectUnhealthy) XXX_Unmarshal(b []byte) error + func (this *HealthCheckEjectUnhealthy) Equal(that interface{}) bool + type HealthCheckEjectUnhealthyValidationError struct + Cause error + Field string + Key bool + Reason string + func (e HealthCheckEjectUnhealthyValidationError) Error() string + type HealthCheckEvent struct + ClusterName string + Event isHealthCheckEvent_Event + HealthCheckerType HealthCheckerType + Host *core.Address + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HealthCheckEvent) Descriptor() ([]byte, []int) + func (*HealthCheckEvent) ProtoMessage() + func (*HealthCheckEvent) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *HealthCheckEvent) XXX_Merge(src proto.Message) + func (m *HealthCheckEvent) GetAddHealthyEvent() *HealthCheckAddHealthy + func (m *HealthCheckEvent) GetClusterName() string + func (m *HealthCheckEvent) GetEjectUnhealthyEvent() *HealthCheckEjectUnhealthy + func (m *HealthCheckEvent) GetEvent() isHealthCheckEvent_Event + func (m *HealthCheckEvent) GetHealthCheckerType() HealthCheckerType + func (m *HealthCheckEvent) GetHost() *core.Address + func (m *HealthCheckEvent) Marshal() (dAtA []byte, err error) + func (m *HealthCheckEvent) MarshalTo(dAtA []byte) (int, error) + func (m *HealthCheckEvent) Reset() + func (m *HealthCheckEvent) Size() (n int) + func (m *HealthCheckEvent) String() string + func (m *HealthCheckEvent) Unmarshal(dAtA []byte) error + func (m *HealthCheckEvent) Validate() error + func (m *HealthCheckEvent) XXX_DiscardUnknown() + func (m *HealthCheckEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HealthCheckEvent) XXX_Size() int + func (m *HealthCheckEvent) XXX_Unmarshal(b []byte) error + func (this *HealthCheckEvent) Equal(that interface{}) bool + type HealthCheckEventValidationError struct + Cause error + Field string + Key bool + Reason string + func (e HealthCheckEventValidationError) Error() string + type HealthCheckEvent_AddHealthyEvent struct + AddHealthyEvent *HealthCheckAddHealthy + func (m *HealthCheckEvent_AddHealthyEvent) MarshalTo(dAtA []byte) (int, error) + func (m *HealthCheckEvent_AddHealthyEvent) Size() (n int) + func (this *HealthCheckEvent_AddHealthyEvent) Equal(that interface{}) bool + type HealthCheckEvent_EjectUnhealthyEvent struct + EjectUnhealthyEvent *HealthCheckEjectUnhealthy + func (m *HealthCheckEvent_EjectUnhealthyEvent) MarshalTo(dAtA []byte) (int, error) + func (m *HealthCheckEvent_EjectUnhealthyEvent) Size() (n int) + func (this *HealthCheckEvent_EjectUnhealthyEvent) Equal(that interface{}) bool + type HealthCheckFailureType int32 + const HealthCheckFailureType_ACTIVE + const HealthCheckFailureType_NETWORK + const HealthCheckFailureType_PASSIVE + func (HealthCheckFailureType) EnumDescriptor() ([]byte, []int) + func (x HealthCheckFailureType) String() string + type HealthCheckerType int32 + const HealthCheckerType_GRPC + const HealthCheckerType_HTTP + const HealthCheckerType_REDIS + const HealthCheckerType_TCP + func (HealthCheckerType) EnumDescriptor() ([]byte, []int) + func (x HealthCheckerType) String() string