Versions in this module Expand all Collapse all v0 v0.1.1 Dec 7, 2022 v0.1.0 Oct 26, 2022 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_common_v1_common_proto protoreflect.FileDescriptor + var StatusService_ServiceDesc = grpc.ServiceDesc + func RegisterStatusServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterStatusServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client StatusServiceClient) error + func RegisterStatusServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterStatusServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server StatusServiceServer) error + func RegisterStatusServiceServer(s grpc.ServiceRegistrar, srv StatusServiceServer) + type GetBuildInfoData struct + Branch string + BuildDate string + BuildUser string + GoVersion string + Revision string + Version string + func (*GetBuildInfoData) Descriptor() ([]byte, []int) + func (*GetBuildInfoData) ProtoMessage() + func (m *GetBuildInfoData) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetBuildInfoData) MarshalToVT(dAtA []byte) (int, error) + func (m *GetBuildInfoData) MarshalVT() (dAtA []byte, err error) + func (m *GetBuildInfoData) SizeVT() (n int) + func (m *GetBuildInfoData) UnmarshalVT(dAtA []byte) error + func (x *GetBuildInfoData) GetBranch() string + func (x *GetBuildInfoData) GetBuildDate() string + func (x *GetBuildInfoData) GetBuildUser() string + func (x *GetBuildInfoData) GetGoVersion() string + func (x *GetBuildInfoData) GetRevision() string + func (x *GetBuildInfoData) GetVersion() string + func (x *GetBuildInfoData) ProtoReflect() protoreflect.Message + func (x *GetBuildInfoData) Reset() + func (x *GetBuildInfoData) String() string + type GetBuildInfoRequest struct + func (*GetBuildInfoRequest) Descriptor() ([]byte, []int) + func (*GetBuildInfoRequest) ProtoMessage() + func (m *GetBuildInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetBuildInfoRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetBuildInfoRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetBuildInfoRequest) SizeVT() (n int) + func (m *GetBuildInfoRequest) UnmarshalVT(dAtA []byte) error + func (x *GetBuildInfoRequest) ProtoReflect() protoreflect.Message + func (x *GetBuildInfoRequest) Reset() + func (x *GetBuildInfoRequest) String() string + type GetBuildInfoResponse struct + Data *GetBuildInfoData + Status string + func (*GetBuildInfoResponse) Descriptor() ([]byte, []int) + func (*GetBuildInfoResponse) ProtoMessage() + func (m *GetBuildInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetBuildInfoResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetBuildInfoResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetBuildInfoResponse) SizeVT() (n int) + func (m *GetBuildInfoResponse) UnmarshalVT(dAtA []byte) error + func (x *GetBuildInfoResponse) GetData() *GetBuildInfoData + func (x *GetBuildInfoResponse) GetStatus() string + func (x *GetBuildInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetBuildInfoResponse) Reset() + func (x *GetBuildInfoResponse) String() string + type GetConfigRequest struct + func (*GetConfigRequest) Descriptor() ([]byte, []int) + func (*GetConfigRequest) ProtoMessage() + func (m *GetConfigRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetConfigRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetConfigRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetConfigRequest) SizeVT() (n int) + func (m *GetConfigRequest) UnmarshalVT(dAtA []byte) error + func (x *GetConfigRequest) ProtoReflect() protoreflect.Message + func (x *GetConfigRequest) Reset() + func (x *GetConfigRequest) String() string + type GetConfigResponse struct + func (*GetConfigResponse) Descriptor() ([]byte, []int) + func (*GetConfigResponse) ProtoMessage() + func (m *GetConfigResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetConfigResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetConfigResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetConfigResponse) SizeVT() (n int) + func (m *GetConfigResponse) UnmarshalVT(dAtA []byte) error + func (x *GetConfigResponse) ProtoReflect() protoreflect.Message + func (x *GetConfigResponse) Reset() + func (x *GetConfigResponse) String() string + type LabelPair struct + Name string + Value string + func (*LabelPair) Descriptor() ([]byte, []int) + func (*LabelPair) ProtoMessage() + func (m *LabelPair) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *LabelPair) MarshalToVT(dAtA []byte) (int, error) + func (m *LabelPair) MarshalVT() (dAtA []byte, err error) + func (m *LabelPair) SizeVT() (n int) + func (m *LabelPair) UnmarshalVT(dAtA []byte) error + func (x *LabelPair) GetName() string + func (x *LabelPair) GetValue() string + func (x *LabelPair) ProtoReflect() protoreflect.Message + func (x *LabelPair) Reset() + func (x *LabelPair) String() string + type Labels struct + Labels []*LabelPair + func (*Labels) Descriptor() ([]byte, []int) + func (*Labels) ProtoMessage() + func (m *Labels) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Labels) MarshalToVT(dAtA []byte) (int, error) + func (m *Labels) MarshalVT() (dAtA []byte, err error) + func (m *Labels) SizeVT() (n int) + func (m *Labels) UnmarshalVT(dAtA []byte) error + func (x *Labels) GetLabels() []*LabelPair + func (x *Labels) ProtoReflect() protoreflect.Message + func (x *Labels) Reset() + func (x *Labels) String() string + type Point struct + Timestamp int64 + Value float64 + func (*Point) Descriptor() ([]byte, []int) + func (*Point) ProtoMessage() + func (m *Point) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Point) MarshalToVT(dAtA []byte) (int, error) + func (m *Point) MarshalVT() (dAtA []byte, err error) + func (m *Point) SizeVT() (n int) + func (m *Point) UnmarshalVT(dAtA []byte) error + func (x *Point) GetTimestamp() int64 + func (x *Point) GetValue() float64 + func (x *Point) ProtoReflect() protoreflect.Message + func (x *Point) Reset() + func (x *Point) String() string + type ProfileType struct + ID string + Name string + PeriodType string + PeriodUnit string + SampleType string + SampleUnit string + func (*ProfileType) Descriptor() ([]byte, []int) + func (*ProfileType) ProtoMessage() + func (m *ProfileType) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ProfileType) MarshalToVT(dAtA []byte) (int, error) + func (m *ProfileType) MarshalVT() (dAtA []byte, err error) + func (m *ProfileType) SizeVT() (n int) + func (m *ProfileType) UnmarshalVT(dAtA []byte) error + func (x *ProfileType) GetID() string + func (x *ProfileType) GetName() string + func (x *ProfileType) GetPeriodType() string + func (x *ProfileType) GetPeriodUnit() string + func (x *ProfileType) GetSampleType() string + func (x *ProfileType) GetSampleUnit() string + func (x *ProfileType) ProtoReflect() protoreflect.Message + func (x *ProfileType) Reset() + func (x *ProfileType) String() string + type Series struct + Labels []*LabelPair + Points []*Point + func (*Series) Descriptor() ([]byte, []int) + func (*Series) ProtoMessage() + func (m *Series) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Series) MarshalToVT(dAtA []byte) (int, error) + func (m *Series) MarshalVT() (dAtA []byte, err error) + func (m *Series) SizeVT() (n int) + func (m *Series) UnmarshalVT(dAtA []byte) error + func (x *Series) GetLabels() []*LabelPair + func (x *Series) GetPoints() []*Point + func (x *Series) ProtoReflect() protoreflect.Message + func (x *Series) Reset() + func (x *Series) String() string + type StatusServiceClient interface + GetBuildInfo func(ctx context.Context, in *GetBuildInfoRequest, opts ...grpc.CallOption) (*GetBuildInfoResponse, error) + GetConfig func(ctx context.Context, in *GetConfigRequest, opts ...grpc.CallOption) (*httpbody.HttpBody, error) + GetDefaultConfig func(ctx context.Context, in *GetConfigRequest, opts ...grpc.CallOption) (*httpbody.HttpBody, error) + GetDiffConfig func(ctx context.Context, in *GetConfigRequest, opts ...grpc.CallOption) (*httpbody.HttpBody, error) + func NewStatusServiceClient(cc grpc.ClientConnInterface) StatusServiceClient + type StatusServiceServer interface + GetBuildInfo func(context.Context, *GetBuildInfoRequest) (*GetBuildInfoResponse, error) + GetConfig func(context.Context, *GetConfigRequest) (*httpbody.HttpBody, error) + GetDefaultConfig func(context.Context, *GetConfigRequest) (*httpbody.HttpBody, error) + GetDiffConfig func(context.Context, *GetConfigRequest) (*httpbody.HttpBody, error) + type UnimplementedStatusServiceServer struct + func (UnimplementedStatusServiceServer) GetBuildInfo(context.Context, *GetBuildInfoRequest) (*GetBuildInfoResponse, error) + func (UnimplementedStatusServiceServer) GetConfig(context.Context, *GetConfigRequest) (*httpbody.HttpBody, error) + func (UnimplementedStatusServiceServer) GetDefaultConfig(context.Context, *GetConfigRequest) (*httpbody.HttpBody, error) + func (UnimplementedStatusServiceServer) GetDiffConfig(context.Context, *GetConfigRequest) (*httpbody.HttpBody, error) + type UnsafeStatusServiceServer interface