Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const SdkExtensionsService_GetExtensionVersion_FullMethodName + var File_proto_ext_ext_proto protoreflect.FileDescriptor + var SdkExtensionsService_ServiceDesc = grpc.ServiceDesc + func RegisterSdkExtensionsServiceServer(s grpc.ServiceRegistrar, srv SdkExtensionsServiceServer) + type GetExtensionVersionRequest struct + Arg0 int32 + func (*GetExtensionVersionRequest) Descriptor() ([]byte, []int) + func (*GetExtensionVersionRequest) ProtoMessage() + func (x *GetExtensionVersionRequest) GetArg0() int32 + func (x *GetExtensionVersionRequest) ProtoReflect() protoreflect.Message + func (x *GetExtensionVersionRequest) Reset() + func (x *GetExtensionVersionRequest) String() string + type GetExtensionVersionResponse struct + Result int32 + func (*GetExtensionVersionResponse) Descriptor() ([]byte, []int) + func (*GetExtensionVersionResponse) ProtoMessage() + func (x *GetExtensionVersionResponse) GetResult() int32 + func (x *GetExtensionVersionResponse) ProtoReflect() protoreflect.Message + func (x *GetExtensionVersionResponse) Reset() + func (x *GetExtensionVersionResponse) String() string + type SdkExtensionsServiceClient interface + GetExtensionVersion func(ctx context.Context, in *GetExtensionVersionRequest, opts ...grpc.CallOption) (*GetExtensionVersionResponse, error) + func NewSdkExtensionsServiceClient(cc grpc.ClientConnInterface) SdkExtensionsServiceClient + type SdkExtensionsServiceServer interface + GetExtensionVersion func(context.Context, *GetExtensionVersionRequest) (*GetExtensionVersionResponse, error) + type UnimplementedSdkExtensionsServiceServer struct + func (UnimplementedSdkExtensionsServiceServer) GetExtensionVersion(context.Context, *GetExtensionVersionRequest) (*GetExtensionVersionResponse, error) + type UnsafeSdkExtensionsServiceServer interface