libc_to_manage_container

package module
v0.0.0-...-a47a548 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_libc_to_manage_proto protoreflect.FileDescriptor
View Source
var LibcToManage_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "libctomanage.LibcToManage",
	HandlerType: (*LibcToManageServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SendShares",
			Handler:    _LibcToManage_SendShares_Handler,
		},
		{
			MethodName: "DeleteShares",
			Handler:    _LibcToManage_DeleteShares_Handler,
		},
		{
			MethodName: "GetSchema",
			Handler:    _LibcToManage_GetSchema_Handler,
		},
		{
			MethodName: "ExecuteComputation",
			Handler:    _LibcToManage_ExecuteComputation_Handler,
		},
		{
			MethodName: "GetComputationStatus",
			Handler:    _LibcToManage_GetComputationStatus_Handler,
		},
		{
			MethodName: "GetJobErrorInfo",
			Handler:    _LibcToManage_GetJobErrorInfo_Handler,
		},
		{
			MethodName: "GetElapsedTime",
			Handler:    _LibcToManage_GetElapsedTime_Handler,
		},
		{
			MethodName: "AddShareDataFrame",
			Handler:    _LibcToManage_AddShareDataFrame_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "GetComputationResult",
			Handler:       _LibcToManage_GetComputationResult_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "libc_to_manage.proto",
}

LibcToManage_ServiceDesc is the grpc.ServiceDesc for LibcToManage service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterLibcToManageServer

func RegisterLibcToManageServer(s grpc.ServiceRegistrar, srv LibcToManageServer)

Types

type AddShareDataFrameRequest

type AddShareDataFrameRequest struct {
	BaseDataId string `protobuf:"bytes,1,opt,name=base_data_id,json=baseDataId,proto3" json:"base_data_id,omitempty"`
	AddDataId  string `protobuf:"bytes,2,opt,name=add_data_id,json=addDataId,proto3" json:"add_data_id,omitempty"`
	Token      string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*AddShareDataFrameRequest) Descriptor deprecated

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

Deprecated: Use AddShareDataFrameRequest.ProtoReflect.Descriptor instead.

func (*AddShareDataFrameRequest) GetAddDataId

func (x *AddShareDataFrameRequest) GetAddDataId() string

func (*AddShareDataFrameRequest) GetBaseDataId

func (x *AddShareDataFrameRequest) GetBaseDataId() string

func (*AddShareDataFrameRequest) GetToken

func (x *AddShareDataFrameRequest) GetToken() string

func (*AddShareDataFrameRequest) ProtoMessage

func (*AddShareDataFrameRequest) ProtoMessage()

func (*AddShareDataFrameRequest) ProtoReflect

func (x *AddShareDataFrameRequest) ProtoReflect() protoreflect.Message

func (*AddShareDataFrameRequest) Reset

func (x *AddShareDataFrameRequest) Reset()

func (*AddShareDataFrameRequest) String

func (x *AddShareDataFrameRequest) String() string

type AddShareDataFrameResponse

type AddShareDataFrameResponse struct {
	DataId string `protobuf:"bytes,1,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddShareDataFrameResponse) Descriptor deprecated

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

Deprecated: Use AddShareDataFrameResponse.ProtoReflect.Descriptor instead.

func (*AddShareDataFrameResponse) GetDataId

func (x *AddShareDataFrameResponse) GetDataId() string

func (*AddShareDataFrameResponse) ProtoMessage

func (*AddShareDataFrameResponse) ProtoMessage()

func (*AddShareDataFrameResponse) ProtoReflect

func (*AddShareDataFrameResponse) Reset

func (x *AddShareDataFrameResponse) Reset()

func (*AddShareDataFrameResponse) String

func (x *AddShareDataFrameResponse) String() string

type DeleteSharesRequest

type DeleteSharesRequest struct {
	DataIds []string `protobuf:"bytes,1,rep,name=dataIds,proto3" json:"dataIds,omitempty"`
	Token   string   `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

* the message of DeleteSharesRequest

func (*DeleteSharesRequest) Descriptor deprecated

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

Deprecated: Use DeleteSharesRequest.ProtoReflect.Descriptor instead.

func (*DeleteSharesRequest) GetDataIds

func (x *DeleteSharesRequest) GetDataIds() []string

func (*DeleteSharesRequest) GetToken

func (x *DeleteSharesRequest) GetToken() string

func (*DeleteSharesRequest) ProtoMessage

func (*DeleteSharesRequest) ProtoMessage()

func (*DeleteSharesRequest) ProtoReflect

func (x *DeleteSharesRequest) ProtoReflect() protoreflect.Message

func (*DeleteSharesRequest) Reset

func (x *DeleteSharesRequest) Reset()

func (*DeleteSharesRequest) String

func (x *DeleteSharesRequest) String() string

type ExecuteComputationRequest

type ExecuteComputationRequest struct {
	MethodId common_types.ComputationMethod `protobuf:"varint,1,opt,name=method_id,json=methodId,proto3,enum=pb_common_types.ComputationMethod" json:"method_id,omitempty"`
	Token    string                         `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	Table    *JoinOrder                     `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	Arg      *Input                         `protobuf:"bytes,4,opt,name=arg,proto3" json:"arg,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteComputationRequest) Descriptor deprecated

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

Deprecated: Use ExecuteComputationRequest.ProtoReflect.Descriptor instead.

func (*ExecuteComputationRequest) GetArg

func (x *ExecuteComputationRequest) GetArg() *Input

func (*ExecuteComputationRequest) GetMethodId

func (*ExecuteComputationRequest) GetTable

func (x *ExecuteComputationRequest) GetTable() *JoinOrder

func (*ExecuteComputationRequest) GetToken

func (x *ExecuteComputationRequest) GetToken() string

func (*ExecuteComputationRequest) ProtoMessage

func (*ExecuteComputationRequest) ProtoMessage()

func (*ExecuteComputationRequest) ProtoReflect

func (*ExecuteComputationRequest) Reset

func (x *ExecuteComputationRequest) Reset()

func (*ExecuteComputationRequest) String

func (x *ExecuteComputationRequest) String() string

type ExecuteComputationResponse

type ExecuteComputationResponse struct {
	JobUuid string `protobuf:"bytes,3,opt,name=job_uuid,json=jobUuid,proto3" json:"job_uuid,omitempty"`
	// contains filtered or unexported fields
}

the message of ExecuteComputationResponse

func (*ExecuteComputationResponse) Descriptor deprecated

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

Deprecated: Use ExecuteComputationResponse.ProtoReflect.Descriptor instead.

func (*ExecuteComputationResponse) GetJobUuid

func (x *ExecuteComputationResponse) GetJobUuid() string

func (*ExecuteComputationResponse) ProtoMessage

func (*ExecuteComputationResponse) ProtoMessage()

func (*ExecuteComputationResponse) ProtoReflect

func (*ExecuteComputationResponse) Reset

func (x *ExecuteComputationResponse) Reset()

func (*ExecuteComputationResponse) String

func (x *ExecuteComputationResponse) String() string

type GetComputationRequest

type GetComputationRequest struct {
	JobUuid string `protobuf:"bytes,1,opt,name=job_uuid,json=jobUuid,proto3" json:"job_uuid,omitempty"`
	Token   string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

* the message of GetComputationResultRequest

func (*GetComputationRequest) Descriptor deprecated

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

Deprecated: Use GetComputationRequest.ProtoReflect.Descriptor instead.

func (*GetComputationRequest) GetJobUuid

func (x *GetComputationRequest) GetJobUuid() string

func (*GetComputationRequest) GetToken

func (x *GetComputationRequest) GetToken() string

func (*GetComputationRequest) ProtoMessage

func (*GetComputationRequest) ProtoMessage()

func (*GetComputationRequest) ProtoReflect

func (x *GetComputationRequest) ProtoReflect() protoreflect.Message

func (*GetComputationRequest) Reset

func (x *GetComputationRequest) Reset()

func (*GetComputationRequest) String

func (x *GetComputationRequest) String() string

type GetComputationResultResponse

type GetComputationResultResponse struct {
	Result       []string `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	ColumnNumber int32    `protobuf:"varint,2,opt,name=column_number,json=columnNumber,proto3" json:"column_number,omitempty"`
	PieceId      int32    `protobuf:"varint,3,opt,name=piece_id,json=pieceId,proto3" json:"piece_id,omitempty"`
	// Types that are assignable to ResultType:
	//	*GetComputationResultResponse_IsDim1
	//	*GetComputationResultResponse_IsDim2
	//	*GetComputationResultResponse_IsSchema
	ResultType isGetComputationResultResponse_ResultType `protobuf_oneof:"result_type"`
	// contains filtered or unexported fields
}

* the message of GetComputationResultResponse

func (*GetComputationResultResponse) Descriptor deprecated

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

Deprecated: Use GetComputationResultResponse.ProtoReflect.Descriptor instead.

func (*GetComputationResultResponse) GetColumnNumber

func (x *GetComputationResultResponse) GetColumnNumber() int32

func (*GetComputationResultResponse) GetIsDim1

func (x *GetComputationResultResponse) GetIsDim1() bool

func (*GetComputationResultResponse) GetIsDim2

func (x *GetComputationResultResponse) GetIsDim2() bool

func (*GetComputationResultResponse) GetIsSchema

func (x *GetComputationResultResponse) GetIsSchema() bool

func (*GetComputationResultResponse) GetPieceId

func (x *GetComputationResultResponse) GetPieceId() int32

func (*GetComputationResultResponse) GetResult

func (x *GetComputationResultResponse) GetResult() []string

func (*GetComputationResultResponse) GetResultType

func (m *GetComputationResultResponse) GetResultType() isGetComputationResultResponse_ResultType

func (*GetComputationResultResponse) ProtoMessage

func (*GetComputationResultResponse) ProtoMessage()

func (*GetComputationResultResponse) ProtoReflect

func (*GetComputationResultResponse) Reset

func (x *GetComputationResultResponse) Reset()

func (*GetComputationResultResponse) String

type GetComputationResultResponse_IsDim1

type GetComputationResultResponse_IsDim1 struct {
	IsDim1 bool `protobuf:"varint,4,opt,name=is_dim1,json=isDim1,proto3,oneof"`
}

type GetComputationResultResponse_IsDim2

type GetComputationResultResponse_IsDim2 struct {
	IsDim2 bool `protobuf:"varint,5,opt,name=is_dim2,json=isDim2,proto3,oneof"`
}

type GetComputationResultResponse_IsSchema

type GetComputationResultResponse_IsSchema struct {
	IsSchema bool `protobuf:"varint,6,opt,name=is_schema,json=isSchema,proto3,oneof"`
}

type GetComputationStatusResponse

type GetComputationStatusResponse struct {
	Status   common_types.JobStatus    `protobuf:"varint,1,opt,name=status,proto3,enum=pb_common_types.JobStatus" json:"status,omitempty"`
	Progress *common_types.JobProgress `protobuf:"bytes,2,opt,name=progress,proto3,oneof" json:"progress,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComputationStatusResponse) Descriptor deprecated

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

Deprecated: Use GetComputationStatusResponse.ProtoReflect.Descriptor instead.

func (*GetComputationStatusResponse) GetProgress

func (*GetComputationStatusResponse) GetStatus

func (*GetComputationStatusResponse) ProtoMessage

func (*GetComputationStatusResponse) ProtoMessage()

func (*GetComputationStatusResponse) ProtoReflect

func (*GetComputationStatusResponse) Reset

func (x *GetComputationStatusResponse) Reset()

func (*GetComputationStatusResponse) String

type GetElapsedTimeRequest

type GetElapsedTimeRequest struct {
	JobUuid string `protobuf:"bytes,1,opt,name=job_uuid,json=jobUuid,proto3" json:"job_uuid,omitempty"`
	Token   string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetElapsedTimeRequest) Descriptor deprecated

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

Deprecated: Use GetElapsedTimeRequest.ProtoReflect.Descriptor instead.

func (*GetElapsedTimeRequest) GetJobUuid

func (x *GetElapsedTimeRequest) GetJobUuid() string

func (*GetElapsedTimeRequest) GetToken

func (x *GetElapsedTimeRequest) GetToken() string

func (*GetElapsedTimeRequest) ProtoMessage

func (*GetElapsedTimeRequest) ProtoMessage()

func (*GetElapsedTimeRequest) ProtoReflect

func (x *GetElapsedTimeRequest) ProtoReflect() protoreflect.Message

func (*GetElapsedTimeRequest) Reset

func (x *GetElapsedTimeRequest) Reset()

func (*GetElapsedTimeRequest) String

func (x *GetElapsedTimeRequest) String() string

type GetElapsedTimeResponse

type GetElapsedTimeResponse struct {
	ElapsedTime float64 `protobuf:"fixed64,1,opt,name=elapsed_time,json=elapsedTime,proto3" json:"elapsed_time,omitempty"`
	// contains filtered or unexported fields
}

func (*GetElapsedTimeResponse) Descriptor deprecated

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

Deprecated: Use GetElapsedTimeResponse.ProtoReflect.Descriptor instead.

func (*GetElapsedTimeResponse) GetElapsedTime

func (x *GetElapsedTimeResponse) GetElapsedTime() float64

func (*GetElapsedTimeResponse) ProtoMessage

func (*GetElapsedTimeResponse) ProtoMessage()

func (*GetElapsedTimeResponse) ProtoReflect

func (x *GetElapsedTimeResponse) ProtoReflect() protoreflect.Message

func (*GetElapsedTimeResponse) Reset

func (x *GetElapsedTimeResponse) Reset()

func (*GetElapsedTimeResponse) String

func (x *GetElapsedTimeResponse) String() string

type GetJobErrorInfoResponse

type GetJobErrorInfoResponse struct {
	JobErrorInfo *common_types.JobErrorInfo `protobuf:"bytes,1,opt,name=job_error_info,json=jobErrorInfo,proto3,oneof" json:"job_error_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobErrorInfoResponse) Descriptor deprecated

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

Deprecated: Use GetJobErrorInfoResponse.ProtoReflect.Descriptor instead.

func (*GetJobErrorInfoResponse) GetJobErrorInfo

func (x *GetJobErrorInfoResponse) GetJobErrorInfo() *common_types.JobErrorInfo

func (*GetJobErrorInfoResponse) ProtoMessage

func (*GetJobErrorInfoResponse) ProtoMessage()

func (*GetJobErrorInfoResponse) ProtoReflect

func (x *GetJobErrorInfoResponse) ProtoReflect() protoreflect.Message

func (*GetJobErrorInfoResponse) Reset

func (x *GetJobErrorInfoResponse) Reset()

func (*GetJobErrorInfoResponse) String

func (x *GetJobErrorInfoResponse) String() string

type GetSchemaRequest

type GetSchemaRequest struct {
	DataId string `protobuf:"bytes,1,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"`
	Token  string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

* the message of GetSchemaRequest

func (*GetSchemaRequest) Descriptor deprecated

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

Deprecated: Use GetSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetSchemaRequest) GetDataId

func (x *GetSchemaRequest) GetDataId() string

func (*GetSchemaRequest) GetToken

func (x *GetSchemaRequest) GetToken() string

func (*GetSchemaRequest) ProtoMessage

func (*GetSchemaRequest) ProtoMessage()

func (*GetSchemaRequest) ProtoReflect

func (x *GetSchemaRequest) ProtoReflect() protoreflect.Message

func (*GetSchemaRequest) Reset

func (x *GetSchemaRequest) Reset()

func (*GetSchemaRequest) String

func (x *GetSchemaRequest) String() string

type GetSchemaResponse

type GetSchemaResponse struct {
	Schema []*common_types.Schema `protobuf:"bytes,1,rep,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

* the message of GetSchemaResponse

func (*GetSchemaResponse) Descriptor deprecated

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

Deprecated: Use GetSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetSchemaResponse) GetSchema

func (x *GetSchemaResponse) GetSchema() []*common_types.Schema

func (*GetSchemaResponse) ProtoMessage

func (*GetSchemaResponse) ProtoMessage()

func (*GetSchemaResponse) ProtoReflect

func (x *GetSchemaResponse) ProtoReflect() protoreflect.Message

func (*GetSchemaResponse) Reset

func (x *GetSchemaResponse) Reset()

func (*GetSchemaResponse) String

func (x *GetSchemaResponse) String() string

type Input

type Input struct {
	Src    []int32 `protobuf:"varint,1,rep,packed,name=src,proto3" json:"src,omitempty"`
	Target []int32 `protobuf:"varint,2,rep,packed,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*Input) Descriptor deprecated

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

Deprecated: Use Input.ProtoReflect.Descriptor instead.

func (*Input) GetSrc

func (x *Input) GetSrc() []int32

func (*Input) GetTarget

func (x *Input) GetTarget() []int32

func (*Input) ProtoMessage

func (*Input) ProtoMessage()

func (*Input) ProtoReflect

func (x *Input) ProtoReflect() protoreflect.Message

func (*Input) Reset

func (x *Input) Reset()

func (*Input) String

func (x *Input) String() string

type JoinOrder

type JoinOrder struct {
	DataIds   []string `protobuf:"bytes,1,rep,name=data_ids,json=dataIds,proto3" json:"data_ids,omitempty"`
	DebugMode bool     `protobuf:"varint,2,opt,name=debug_mode,json=debugMode,proto3" json:"debug_mode,omitempty"`
	// contains filtered or unexported fields
}

* the message of ExecuteComputationRequest

func (*JoinOrder) Descriptor deprecated

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

Deprecated: Use JoinOrder.ProtoReflect.Descriptor instead.

func (*JoinOrder) GetDataIds

func (x *JoinOrder) GetDataIds() []string

func (*JoinOrder) GetDebugMode

func (x *JoinOrder) GetDebugMode() bool

func (*JoinOrder) ProtoMessage

func (*JoinOrder) ProtoMessage()

func (*JoinOrder) ProtoReflect

func (x *JoinOrder) ProtoReflect() protoreflect.Message

func (*JoinOrder) Reset

func (x *JoinOrder) Reset()

func (*JoinOrder) String

func (x *JoinOrder) String() string

type LibcToManageClient

LibcToManageClient is the client API for LibcToManage service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type LibcToManageServer

LibcToManageServer is the server API for LibcToManage service. All implementations must embed UnimplementedLibcToManageServer for forward compatibility

type LibcToManage_GetComputationResultClient

type LibcToManage_GetComputationResultClient interface {
	Recv() (*GetComputationResultResponse, error)
	grpc.ClientStream
}

type LibcToManage_GetComputationResultServer

type LibcToManage_GetComputationResultServer interface {
	Send(*GetComputationResultResponse) error
	grpc.ServerStream
}

type SendSharesRequest

type SendSharesRequest struct {
	DataId         string                 `protobuf:"bytes,1,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"`
	Shares         string                 `protobuf:"bytes,2,opt,name=shares,proto3" json:"shares,omitempty"`
	Schema         []*common_types.Schema `protobuf:"bytes,3,rep,name=schema,proto3" json:"schema,omitempty"`
	PieceId        int32                  `protobuf:"varint,4,opt,name=piece_id,json=pieceId,proto3" json:"piece_id,omitempty"`
	SentAt         string                 `protobuf:"bytes,5,opt,name=sent_at,json=sentAt,proto3" json:"sent_at,omitempty"`
	MatchingColumn int32                  `protobuf:"varint,6,opt,name=matching_column,json=matchingColumn,proto3" json:"matching_column,omitempty"`
	Token          string                 `protobuf:"bytes,7,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

* the message of SendSharesRequest

func (*SendSharesRequest) Descriptor deprecated

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

Deprecated: Use SendSharesRequest.ProtoReflect.Descriptor instead.

func (*SendSharesRequest) GetDataId

func (x *SendSharesRequest) GetDataId() string

func (*SendSharesRequest) GetMatchingColumn

func (x *SendSharesRequest) GetMatchingColumn() int32

func (*SendSharesRequest) GetPieceId

func (x *SendSharesRequest) GetPieceId() int32

func (*SendSharesRequest) GetSchema

func (x *SendSharesRequest) GetSchema() []*common_types.Schema

func (*SendSharesRequest) GetSentAt

func (x *SendSharesRequest) GetSentAt() string

func (*SendSharesRequest) GetShares

func (x *SendSharesRequest) GetShares() string

func (*SendSharesRequest) GetToken

func (x *SendSharesRequest) GetToken() string

func (*SendSharesRequest) ProtoMessage

func (*SendSharesRequest) ProtoMessage()

func (*SendSharesRequest) ProtoReflect

func (x *SendSharesRequest) ProtoReflect() protoreflect.Message

func (*SendSharesRequest) Reset

func (x *SendSharesRequest) Reset()

func (*SendSharesRequest) String

func (x *SendSharesRequest) String() string

type UnimplementedLibcToManageServer

type UnimplementedLibcToManageServer struct {
}

UnimplementedLibcToManageServer must be embedded to have forward compatible implementations.

func (UnimplementedLibcToManageServer) AddShareDataFrame

func (UnimplementedLibcToManageServer) DeleteShares

func (UnimplementedLibcToManageServer) ExecuteComputation

func (UnimplementedLibcToManageServer) GetComputationStatus

func (UnimplementedLibcToManageServer) GetElapsedTime

func (UnimplementedLibcToManageServer) GetJobErrorInfo

func (UnimplementedLibcToManageServer) GetSchema

func (UnimplementedLibcToManageServer) SendShares

type UnsafeLibcToManageServer

type UnsafeLibcToManageServer interface {
	// contains filtered or unexported methods
}

UnsafeLibcToManageServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LibcToManageServer will result in compilation errors.

Jump to

Keyboard shortcuts

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