Versions in this module Expand all Collapse all v1 v1.0.1-GA Aug 19, 2016 v1.0.0 Jul 11, 2016 Changes in this version + func RegisterMetricsServiceServer(s *grpc.Server, srv MetricsServiceServer) + type EmptyMessage struct + func (*EmptyMessage) Descriptor() ([]byte, []int) + func (*EmptyMessage) ProtoMessage() + func (m *EmptyMessage) Reset() + func (m *EmptyMessage) String() string + type GaugeRequest struct + Name string + func (*GaugeRequest) Descriptor() ([]byte, []int) + func (*GaugeRequest) ProtoMessage() + func (m *GaugeRequest) Reset() + func (m *GaugeRequest) String() string + type GaugeResponse struct + Name string + Value isGaugeResponse_Value + func (*GaugeResponse) Descriptor() ([]byte, []int) + func (*GaugeResponse) ProtoMessage() + func (*GaugeResponse) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *GaugeResponse) GetDoubleValue() float64 + func (m *GaugeResponse) GetLongValue() int64 + func (m *GaugeResponse) GetStringValue() string + func (m *GaugeResponse) GetValue() isGaugeResponse_Value + func (m *GaugeResponse) Reset() + func (m *GaugeResponse) String() string + type GaugeResponse_DoubleValue struct + DoubleValue float64 + type GaugeResponse_LongValue struct + LongValue int64 + type GaugeResponse_StringValue struct + StringValue string + type MetricsServiceClient interface + GetAllGauges func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (MetricsService_GetAllGaugesClient, error) + GetGauge func(ctx context.Context, in *GaugeRequest, opts ...grpc.CallOption) (*GaugeResponse, error) + func NewMetricsServiceClient(cc *grpc.ClientConn) MetricsServiceClient + type MetricsServiceServer interface + GetAllGauges func(*EmptyMessage, MetricsService_GetAllGaugesServer) error + GetGauge func(context.Context, *GaugeRequest) (*GaugeResponse, error) + type MetricsService_GetAllGaugesClient interface + Recv func() (*GaugeResponse, error) + type MetricsService_GetAllGaugesServer interface + Send func(*GaugeResponse) error