Versions in this module Expand all Collapse all v0 v0.1.3 Jan 12, 2023 v0.1.2 Jan 5, 2023 Changes in this version + var ErrIntOverflow = fmt.Errorf("proto: integer overflow") + var ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") + var File_push_v1_push_proto protoreflect.FileDescriptor + var PusherService_ServiceDesc = grpc.ServiceDesc + func RegisterPusherServiceServer(s grpc.ServiceRegistrar, srv PusherServiceServer) + type PushRequest struct + Series []*RawProfileSeries + func (*PushRequest) Descriptor() ([]byte, []int) + func (*PushRequest) ProtoMessage() + func (m *PushRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PushRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *PushRequest) MarshalVT() (dAtA []byte, err error) + func (m *PushRequest) SizeVT() (n int) + func (m *PushRequest) UnmarshalVT(dAtA []byte) error + func (x *PushRequest) GetSeries() []*RawProfileSeries + func (x *PushRequest) ProtoReflect() protoreflect.Message + func (x *PushRequest) Reset() + func (x *PushRequest) String() string + type PushResponse struct + func (*PushResponse) Descriptor() ([]byte, []int) + func (*PushResponse) ProtoMessage() + func (m *PushResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PushResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *PushResponse) MarshalVT() (dAtA []byte, err error) + func (m *PushResponse) SizeVT() (n int) + func (m *PushResponse) UnmarshalVT(dAtA []byte) error + func (x *PushResponse) ProtoReflect() protoreflect.Message + func (x *PushResponse) Reset() + func (x *PushResponse) String() string + type PusherServiceClient interface + Push func(ctx context.Context, in *PushRequest, opts ...grpc.CallOption) (*PushResponse, error) + func NewPusherServiceClient(cc grpc.ClientConnInterface) PusherServiceClient + type PusherServiceServer interface + Push func(context.Context, *PushRequest) (*PushResponse, error) + type RawProfileSeries struct + Labels []*v1.LabelPair + Samples []*RawSample + func (*RawProfileSeries) Descriptor() ([]byte, []int) + func (*RawProfileSeries) ProtoMessage() + func (m *RawProfileSeries) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RawProfileSeries) MarshalToVT(dAtA []byte) (int, error) + func (m *RawProfileSeries) MarshalVT() (dAtA []byte, err error) + func (m *RawProfileSeries) SizeVT() (n int) + func (m *RawProfileSeries) UnmarshalVT(dAtA []byte) error + func (x *RawProfileSeries) GetLabels() []*v1.LabelPair + func (x *RawProfileSeries) GetSamples() []*RawSample + func (x *RawProfileSeries) ProtoReflect() protoreflect.Message + func (x *RawProfileSeries) Reset() + func (x *RawProfileSeries) String() string + type RawSample struct + ID string + RawProfile []byte + func (*RawSample) Descriptor() ([]byte, []int) + func (*RawSample) ProtoMessage() + func (m *RawSample) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RawSample) MarshalToVT(dAtA []byte) (int, error) + func (m *RawSample) MarshalVT() (dAtA []byte, err error) + func (m *RawSample) SizeVT() (n int) + func (m *RawSample) UnmarshalVT(dAtA []byte) error + func (x *RawSample) GetID() string + func (x *RawSample) GetRawProfile() []byte + func (x *RawSample) ProtoReflect() protoreflect.Message + func (x *RawSample) Reset() + func (x *RawSample) String() string + type UnimplementedPusherServiceServer struct + func (UnimplementedPusherServiceServer) Push(context.Context, *PushRequest) (*PushResponse, error) + type UnsafePusherServiceServer interface