status

package
v0.7.1-Pre1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2020 License: MIT Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthStatus        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowStatus          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupStatus = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterStatusServiceServer added in v0.1.8

func RegisterStatusServiceServer(s *grpc.Server, srv StatusServiceServer)

Types

type NodeMetricsAggrReq added in v0.4.3

type NodeMetricsAggrReq struct {
	Source               string   `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty" pg:"source"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func (*NodeMetricsAggrReq) Descriptor added in v0.4.3

func (*NodeMetricsAggrReq) Descriptor() ([]byte, []int)

func (*NodeMetricsAggrReq) GetSource added in v0.4.3

func (m *NodeMetricsAggrReq) GetSource() string

func (*NodeMetricsAggrReq) Marshal added in v0.4.3

func (m *NodeMetricsAggrReq) Marshal() (dAtA []byte, err error)

func (*NodeMetricsAggrReq) MarshalTo added in v0.4.3

func (m *NodeMetricsAggrReq) MarshalTo(dAtA []byte) (int, error)

func (*NodeMetricsAggrReq) MarshalToSizedBuffer added in v0.4.3

func (m *NodeMetricsAggrReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeMetricsAggrReq) ProtoMessage added in v0.4.3

func (*NodeMetricsAggrReq) ProtoMessage()

func (*NodeMetricsAggrReq) Reset added in v0.4.3

func (m *NodeMetricsAggrReq) Reset()

func (*NodeMetricsAggrReq) Size added in v0.4.3

func (m *NodeMetricsAggrReq) Size() (n int)

func (*NodeMetricsAggrReq) String added in v0.4.3

func (m *NodeMetricsAggrReq) String() string

func (*NodeMetricsAggrReq) Unmarshal added in v0.4.3

func (m *NodeMetricsAggrReq) Unmarshal(dAtA []byte) error

func (*NodeMetricsAggrReq) XXX_DiscardUnknown added in v0.4.3

func (m *NodeMetricsAggrReq) XXX_DiscardUnknown()

func (*NodeMetricsAggrReq) XXX_Marshal added in v0.4.3

func (m *NodeMetricsAggrReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeMetricsAggrReq) XXX_Merge added in v0.4.3

func (m *NodeMetricsAggrReq) XXX_Merge(src proto.Message)

func (*NodeMetricsAggrReq) XXX_MessageName added in v0.4.3

func (*NodeMetricsAggrReq) XXX_MessageName() string

func (*NodeMetricsAggrReq) XXX_Size added in v0.4.3

func (m *NodeMetricsAggrReq) XXX_Size() int

func (*NodeMetricsAggrReq) XXX_Unmarshal added in v0.4.3

func (m *NodeMetricsAggrReq) XXX_Unmarshal(b []byte) error

type SignedMetrics

type SignedMetrics struct {
	PublicKey            []byte   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" pg:"public_key"`
	Signature            []byte   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" pg:"signature"`
	Payload              []byte   `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty" pg:"payload"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func (*SignedMetrics) Descriptor

func (*SignedMetrics) Descriptor() ([]byte, []int)

func (*SignedMetrics) GetPayload

func (m *SignedMetrics) GetPayload() []byte

func (*SignedMetrics) GetPublicKey

func (m *SignedMetrics) GetPublicKey() []byte

func (*SignedMetrics) GetSignature

func (m *SignedMetrics) GetSignature() []byte

func (*SignedMetrics) Marshal added in v0.0.13

func (m *SignedMetrics) Marshal() (dAtA []byte, err error)

func (*SignedMetrics) MarshalTo added in v0.0.13

func (m *SignedMetrics) MarshalTo(dAtA []byte) (int, error)

func (*SignedMetrics) MarshalToSizedBuffer added in v0.0.13

func (m *SignedMetrics) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignedMetrics) ProtoMessage

func (*SignedMetrics) ProtoMessage()

func (*SignedMetrics) Reset

func (m *SignedMetrics) Reset()

func (*SignedMetrics) Size added in v0.0.13

func (m *SignedMetrics) Size() (n int)

func (*SignedMetrics) String

func (m *SignedMetrics) String() string

func (*SignedMetrics) Unmarshal added in v0.0.13

func (m *SignedMetrics) Unmarshal(dAtA []byte) error

func (*SignedMetrics) XXX_DiscardUnknown

func (m *SignedMetrics) XXX_DiscardUnknown()

func (*SignedMetrics) XXX_Marshal

func (m *SignedMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedMetrics) XXX_Merge

func (m *SignedMetrics) XXX_Merge(src proto.Message)

func (*SignedMetrics) XXX_MessageName added in v0.0.13

func (*SignedMetrics) XXX_MessageName() string

func (*SignedMetrics) XXX_Size

func (m *SignedMetrics) XXX_Size() int

func (*SignedMetrics) XXX_Unmarshal

func (m *SignedMetrics) XXX_Unmarshal(b []byte) error

type StatusServiceClient added in v0.1.8

type StatusServiceClient interface {
	UpdateMetrics(ctx context.Context, in *SignedMetrics, opts ...grpc.CallOption) (*types.Empty, error)
	UpdateMetricsAggregation(ctx context.Context, in *NodeMetricsAggrReq, opts ...grpc.CallOption) (*types.Empty, error)
}

StatusServiceClient is the client API for StatusService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewStatusServiceClient added in v0.1.8

func NewStatusServiceClient(cc *grpc.ClientConn) StatusServiceClient

type StatusServiceServer added in v0.1.8

type StatusServiceServer interface {
	UpdateMetrics(context.Context, *SignedMetrics) (*types.Empty, error)
	UpdateMetricsAggregation(context.Context, *NodeMetricsAggrReq) (*types.Empty, error)
}

StatusServiceServer is the server API for StatusService service.

type UnimplementedStatusServiceServer added in v0.1.8

type UnimplementedStatusServiceServer struct {
}

UnimplementedStatusServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedStatusServiceServer) UpdateMetrics added in v0.1.8

func (*UnimplementedStatusServiceServer) UpdateMetricsAggregation added in v0.4.3

func (*UnimplementedStatusServiceServer) UpdateMetricsAggregation(ctx context.Context, req *NodeMetricsAggrReq) (*types.Empty, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL