Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterLightServiceServer(s grpc.ServiceRegistrar, srv LightServiceServer)
- func RegisterLightStateBuilderServiceServer(s grpc.ServiceRegistrar, srv LightStateBuilderServiceServer)
- func RegisterLightStateServiceServer(s grpc.ServiceRegistrar, srv LightStateServiceServer)
- type BuildRequest
- type BuildResponse
- type DescribeContentsRequest
- type DescribeContentsResponse
- func (*DescribeContentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeContentsResponse) GetResult() int32
- func (*DescribeContentsResponse) ProtoMessage()
- func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeContentsResponse) Reset()
- func (x *DescribeContentsResponse) String() string
- type EqualsRequest
- type EqualsResponse
- type GetColorRequest
- type GetColorResponse
- type GetIdRequest
- type GetIdResponse
- type GetNameRequest
- type GetNameResponse
- type GetOrdinalRequest
- type GetOrdinalResponse
- func (*GetOrdinalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrdinalResponse) GetResult() int32
- func (*GetOrdinalResponse) ProtoMessage()
- func (x *GetOrdinalResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrdinalResponse) Reset()
- func (x *GetOrdinalResponse) String() string
- type GetPlayerIdRequest
- type GetPlayerIdResponse
- func (*GetPlayerIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPlayerIdResponse) GetResult() int32
- func (*GetPlayerIdResponse) ProtoMessage()
- func (x *GetPlayerIdResponse) ProtoReflect() protoreflect.Message
- func (x *GetPlayerIdResponse) Reset()
- func (x *GetPlayerIdResponse) String() string
- type GetTypeRequest
- type GetTypeResponse
- type HasBrightnessControlRequest
- type HasBrightnessControlResponse
- func (*HasBrightnessControlResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HasBrightnessControlResponse) GetResult() bool
- func (*HasBrightnessControlResponse) ProtoMessage()
- func (x *HasBrightnessControlResponse) ProtoReflect() protoreflect.Message
- func (x *HasBrightnessControlResponse) Reset()
- func (x *HasBrightnessControlResponse) String() string
- type HasRgbControlRequest
- type HasRgbControlResponse
- func (*HasRgbControlResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HasRgbControlResponse) GetResult() bool
- func (*HasRgbControlResponse) ProtoMessage()
- func (x *HasRgbControlResponse) ProtoReflect() protoreflect.Message
- func (x *HasRgbControlResponse) Reset()
- func (x *HasRgbControlResponse) String() string
- type HashCodeRequest
- type HashCodeResponse
- type LightServiceClient
- type LightServiceServer
- type LightStateBuilderServiceClient
- type LightStateBuilderServiceServer
- type LightStateServiceClient
- type LightStateServiceServer
- type SetColorRequest
- type SetColorResponse
- type SetPlayerIdRequest
- type SetPlayerIdResponse
- func (*SetPlayerIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetPlayerIdResponse) GetResult() int64
- func (*SetPlayerIdResponse) ProtoMessage()
- func (x *SetPlayerIdResponse) ProtoReflect() protoreflect.Message
- func (x *SetPlayerIdResponse) Reset()
- func (x *SetPlayerIdResponse) String() string
- type ToStringRequest
- type ToStringResponse
- type UnimplementedLightServiceServer
- func (UnimplementedLightServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
- func (UnimplementedLightServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
- func (UnimplementedLightServiceServer) GetId(context.Context, *GetIdRequest) (*GetIdResponse, error)
- func (UnimplementedLightServiceServer) GetName(context.Context, *GetNameRequest) (*GetNameResponse, error)
- func (UnimplementedLightServiceServer) GetOrdinal(context.Context, *GetOrdinalRequest) (*GetOrdinalResponse, error)
- func (UnimplementedLightServiceServer) GetType(context.Context, *GetTypeRequest) (*GetTypeResponse, error)
- func (UnimplementedLightServiceServer) HasBrightnessControl(context.Context, *HasBrightnessControlRequest) (*HasBrightnessControlResponse, error)
- func (UnimplementedLightServiceServer) HasRgbControl(context.Context, *HasRgbControlRequest) (*HasRgbControlResponse, error)
- func (UnimplementedLightServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
- func (UnimplementedLightServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
- func (UnimplementedLightServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
- type UnimplementedLightStateBuilderServiceServer
- func (UnimplementedLightStateBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error)
- func (UnimplementedLightStateBuilderServiceServer) SetColor(context.Context, *SetColorRequest) (*SetColorResponse, error)
- func (UnimplementedLightStateBuilderServiceServer) SetPlayerId(context.Context, *SetPlayerIdRequest) (*SetPlayerIdResponse, error)
- type UnimplementedLightStateServiceServer
- func (UnimplementedLightStateServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
- func (UnimplementedLightStateServiceServer) GetColor(context.Context, *GetColorRequest) (*GetColorResponse, error)
- func (UnimplementedLightStateServiceServer) GetPlayerId(context.Context, *GetPlayerIdRequest) (*GetPlayerIdResponse, error)
- func (UnimplementedLightStateServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
- func (UnimplementedLightStateServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
- type UnsafeLightServiceServer
- type UnsafeLightStateBuilderServiceServer
- type UnsafeLightStateServiceServer
- type WriteToParcelRequest
- func (*WriteToParcelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WriteToParcelRequest) GetArg0() int64
- func (x *WriteToParcelRequest) GetArg1() int32
- func (*WriteToParcelRequest) ProtoMessage()
- func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message
- func (x *WriteToParcelRequest) Reset()
- func (x *WriteToParcelRequest) String() string
- type WriteToParcelResponse
Constants ¶
const ( LightService_DescribeContents_FullMethodName = "/lights.LightService/DescribeContents" LightService_Equals_FullMethodName = "/lights.LightService/Equals" LightService_GetId_FullMethodName = "/lights.LightService/GetId" LightService_GetName_FullMethodName = "/lights.LightService/GetName" LightService_GetOrdinal_FullMethodName = "/lights.LightService/GetOrdinal" LightService_GetType_FullMethodName = "/lights.LightService/GetType" LightService_HasBrightnessControl_FullMethodName = "/lights.LightService/HasBrightnessControl" LightService_HasRgbControl_FullMethodName = "/lights.LightService/HasRgbControl" LightService_HashCode_FullMethodName = "/lights.LightService/HashCode" LightService_ToString_FullMethodName = "/lights.LightService/ToString" LightService_WriteToParcel_FullMethodName = "/lights.LightService/WriteToParcel" )
const ( LightStateService_DescribeContents_FullMethodName = "/lights.LightStateService/DescribeContents" LightStateService_GetColor_FullMethodName = "/lights.LightStateService/GetColor" LightStateService_GetPlayerId_FullMethodName = "/lights.LightStateService/GetPlayerId" LightStateService_ToString_FullMethodName = "/lights.LightStateService/ToString" LightStateService_WriteToParcel_FullMethodName = "/lights.LightStateService/WriteToParcel" )
const ( LightStateBuilderService_Build_FullMethodName = "/lights.LightStateBuilderService/Build" LightStateBuilderService_SetColor_FullMethodName = "/lights.LightStateBuilderService/SetColor" LightStateBuilderService_SetPlayerId_FullMethodName = "/lights.LightStateBuilderService/SetPlayerId" )
Variables ¶
var File_proto_lights_lights_proto protoreflect.FileDescriptor
var LightService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "lights.LightService", HandlerType: (*LightServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "DescribeContents", Handler: _LightService_DescribeContents_Handler, }, { MethodName: "Equals", Handler: _LightService_Equals_Handler, }, { MethodName: "GetId", Handler: _LightService_GetId_Handler, }, { MethodName: "GetName", Handler: _LightService_GetName_Handler, }, { MethodName: "GetOrdinal", Handler: _LightService_GetOrdinal_Handler, }, { MethodName: "GetType", Handler: _LightService_GetType_Handler, }, { MethodName: "HasBrightnessControl", Handler: _LightService_HasBrightnessControl_Handler, }, { MethodName: "HasRgbControl", Handler: _LightService_HasRgbControl_Handler, }, { MethodName: "HashCode", Handler: _LightService_HashCode_Handler, }, { MethodName: "ToString", Handler: _LightService_ToString_Handler, }, { MethodName: "WriteToParcel", Handler: _LightService_WriteToParcel_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/lights/lights.proto", }
LightService_ServiceDesc is the grpc.ServiceDesc for LightService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var LightStateBuilderService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "lights.LightStateBuilderService", HandlerType: (*LightStateBuilderServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Build", Handler: _LightStateBuilderService_Build_Handler, }, { MethodName: "SetColor", Handler: _LightStateBuilderService_SetColor_Handler, }, { MethodName: "SetPlayerId", Handler: _LightStateBuilderService_SetPlayerId_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/lights/lights.proto", }
LightStateBuilderService_ServiceDesc is the grpc.ServiceDesc for LightStateBuilderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var LightStateService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "lights.LightStateService", HandlerType: (*LightStateServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "DescribeContents", Handler: _LightStateService_DescribeContents_Handler, }, { MethodName: "GetColor", Handler: _LightStateService_GetColor_Handler, }, { MethodName: "GetPlayerId", Handler: _LightStateService_GetPlayerId_Handler, }, { MethodName: "ToString", Handler: _LightStateService_ToString_Handler, }, { MethodName: "WriteToParcel", Handler: _LightStateService_WriteToParcel_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/lights/lights.proto", }
LightStateService_ServiceDesc is the grpc.ServiceDesc for LightStateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterLightServiceServer ¶
func RegisterLightServiceServer(s grpc.ServiceRegistrar, srv LightServiceServer)
func RegisterLightStateBuilderServiceServer ¶
func RegisterLightStateBuilderServiceServer(s grpc.ServiceRegistrar, srv LightStateBuilderServiceServer)
func RegisterLightStateServiceServer ¶
func RegisterLightStateServiceServer(s grpc.ServiceRegistrar, srv LightStateServiceServer)
Types ¶
type BuildRequest ¶
type BuildRequest struct {
// contains filtered or unexported fields
}
func (*BuildRequest) Descriptor
deprecated
func (*BuildRequest) Descriptor() ([]byte, []int)
Deprecated: Use BuildRequest.ProtoReflect.Descriptor instead.
func (*BuildRequest) ProtoMessage ¶
func (*BuildRequest) ProtoMessage()
func (*BuildRequest) ProtoReflect ¶
func (x *BuildRequest) ProtoReflect() protoreflect.Message
func (*BuildRequest) Reset ¶
func (x *BuildRequest) Reset()
func (*BuildRequest) String ¶
func (x *BuildRequest) String() string
type BuildResponse ¶
type BuildResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*BuildResponse) Descriptor
deprecated
func (*BuildResponse) Descriptor() ([]byte, []int)
Deprecated: Use BuildResponse.ProtoReflect.Descriptor instead.
func (*BuildResponse) GetResult ¶
func (x *BuildResponse) GetResult() int64
func (*BuildResponse) ProtoMessage ¶
func (*BuildResponse) ProtoMessage()
func (*BuildResponse) ProtoReflect ¶
func (x *BuildResponse) ProtoReflect() protoreflect.Message
func (*BuildResponse) Reset ¶
func (x *BuildResponse) Reset()
func (*BuildResponse) String ¶
func (x *BuildResponse) String() string
type DescribeContentsRequest ¶
type DescribeContentsRequest struct {
// contains filtered or unexported fields
}
func (*DescribeContentsRequest) Descriptor
deprecated
func (*DescribeContentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.
func (*DescribeContentsRequest) ProtoMessage ¶
func (*DescribeContentsRequest) ProtoMessage()
func (*DescribeContentsRequest) ProtoReflect ¶
func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message
func (*DescribeContentsRequest) Reset ¶
func (x *DescribeContentsRequest) Reset()
func (*DescribeContentsRequest) String ¶
func (x *DescribeContentsRequest) String() string
type DescribeContentsResponse ¶
type DescribeContentsResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeContentsResponse) Descriptor
deprecated
func (*DescribeContentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.
func (*DescribeContentsResponse) GetResult ¶
func (x *DescribeContentsResponse) GetResult() int32
func (*DescribeContentsResponse) ProtoMessage ¶
func (*DescribeContentsResponse) ProtoMessage()
func (*DescribeContentsResponse) ProtoReflect ¶
func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message
func (*DescribeContentsResponse) Reset ¶
func (x *DescribeContentsResponse) Reset()
func (*DescribeContentsResponse) String ¶
func (x *DescribeContentsResponse) String() string
type EqualsRequest ¶
type EqualsRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*EqualsRequest) Descriptor
deprecated
func (*EqualsRequest) Descriptor() ([]byte, []int)
Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.
func (*EqualsRequest) GetArg0 ¶
func (x *EqualsRequest) GetArg0() int64
func (*EqualsRequest) ProtoMessage ¶
func (*EqualsRequest) ProtoMessage()
func (*EqualsRequest) ProtoReflect ¶
func (x *EqualsRequest) ProtoReflect() protoreflect.Message
func (*EqualsRequest) Reset ¶
func (x *EqualsRequest) Reset()
func (*EqualsRequest) String ¶
func (x *EqualsRequest) String() string
type EqualsResponse ¶
type EqualsResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*EqualsResponse) Descriptor
deprecated
func (*EqualsResponse) Descriptor() ([]byte, []int)
Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.
func (*EqualsResponse) GetResult ¶
func (x *EqualsResponse) GetResult() bool
func (*EqualsResponse) ProtoMessage ¶
func (*EqualsResponse) ProtoMessage()
func (*EqualsResponse) ProtoReflect ¶
func (x *EqualsResponse) ProtoReflect() protoreflect.Message
func (*EqualsResponse) Reset ¶
func (x *EqualsResponse) Reset()
func (*EqualsResponse) String ¶
func (x *EqualsResponse) String() string
type GetColorRequest ¶
type GetColorRequest struct {
// contains filtered or unexported fields
}
func (*GetColorRequest) Descriptor
deprecated
func (*GetColorRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetColorRequest.ProtoReflect.Descriptor instead.
func (*GetColorRequest) ProtoMessage ¶
func (*GetColorRequest) ProtoMessage()
func (*GetColorRequest) ProtoReflect ¶
func (x *GetColorRequest) ProtoReflect() protoreflect.Message
func (*GetColorRequest) Reset ¶
func (x *GetColorRequest) Reset()
func (*GetColorRequest) String ¶
func (x *GetColorRequest) String() string
type GetColorResponse ¶
type GetColorResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetColorResponse) Descriptor
deprecated
func (*GetColorResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetColorResponse.ProtoReflect.Descriptor instead.
func (*GetColorResponse) GetResult ¶
func (x *GetColorResponse) GetResult() int32
func (*GetColorResponse) ProtoMessage ¶
func (*GetColorResponse) ProtoMessage()
func (*GetColorResponse) ProtoReflect ¶
func (x *GetColorResponse) ProtoReflect() protoreflect.Message
func (*GetColorResponse) Reset ¶
func (x *GetColorResponse) Reset()
func (*GetColorResponse) String ¶
func (x *GetColorResponse) String() string
type GetIdRequest ¶
type GetIdRequest struct {
// contains filtered or unexported fields
}
func (*GetIdRequest) Descriptor
deprecated
func (*GetIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetIdRequest.ProtoReflect.Descriptor instead.
func (*GetIdRequest) ProtoMessage ¶
func (*GetIdRequest) ProtoMessage()
func (*GetIdRequest) ProtoReflect ¶
func (x *GetIdRequest) ProtoReflect() protoreflect.Message
func (*GetIdRequest) Reset ¶
func (x *GetIdRequest) Reset()
func (*GetIdRequest) String ¶
func (x *GetIdRequest) String() string
type GetIdResponse ¶
type GetIdResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetIdResponse) Descriptor
deprecated
func (*GetIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetIdResponse.ProtoReflect.Descriptor instead.
func (*GetIdResponse) GetResult ¶
func (x *GetIdResponse) GetResult() int32
func (*GetIdResponse) ProtoMessage ¶
func (*GetIdResponse) ProtoMessage()
func (*GetIdResponse) ProtoReflect ¶
func (x *GetIdResponse) ProtoReflect() protoreflect.Message
func (*GetIdResponse) Reset ¶
func (x *GetIdResponse) Reset()
func (*GetIdResponse) String ¶
func (x *GetIdResponse) String() string
type GetNameRequest ¶
type GetNameRequest struct {
// contains filtered or unexported fields
}
func (*GetNameRequest) Descriptor
deprecated
func (*GetNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNameRequest.ProtoReflect.Descriptor instead.
func (*GetNameRequest) ProtoMessage ¶
func (*GetNameRequest) ProtoMessage()
func (*GetNameRequest) ProtoReflect ¶
func (x *GetNameRequest) ProtoReflect() protoreflect.Message
func (*GetNameRequest) Reset ¶
func (x *GetNameRequest) Reset()
func (*GetNameRequest) String ¶
func (x *GetNameRequest) String() string
type GetNameResponse ¶
type GetNameResponse struct {
Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetNameResponse) Descriptor
deprecated
func (*GetNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNameResponse.ProtoReflect.Descriptor instead.
func (*GetNameResponse) GetResult ¶
func (x *GetNameResponse) GetResult() string
func (*GetNameResponse) ProtoMessage ¶
func (*GetNameResponse) ProtoMessage()
func (*GetNameResponse) ProtoReflect ¶
func (x *GetNameResponse) ProtoReflect() protoreflect.Message
func (*GetNameResponse) Reset ¶
func (x *GetNameResponse) Reset()
func (*GetNameResponse) String ¶
func (x *GetNameResponse) String() string
type GetOrdinalRequest ¶
type GetOrdinalRequest struct {
// contains filtered or unexported fields
}
func (*GetOrdinalRequest) Descriptor
deprecated
func (*GetOrdinalRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdinalRequest.ProtoReflect.Descriptor instead.
func (*GetOrdinalRequest) ProtoMessage ¶
func (*GetOrdinalRequest) ProtoMessage()
func (*GetOrdinalRequest) ProtoReflect ¶
func (x *GetOrdinalRequest) ProtoReflect() protoreflect.Message
func (*GetOrdinalRequest) Reset ¶
func (x *GetOrdinalRequest) Reset()
func (*GetOrdinalRequest) String ¶
func (x *GetOrdinalRequest) String() string
type GetOrdinalResponse ¶
type GetOrdinalResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetOrdinalResponse) Descriptor
deprecated
func (*GetOrdinalResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdinalResponse.ProtoReflect.Descriptor instead.
func (*GetOrdinalResponse) GetResult ¶
func (x *GetOrdinalResponse) GetResult() int32
func (*GetOrdinalResponse) ProtoMessage ¶
func (*GetOrdinalResponse) ProtoMessage()
func (*GetOrdinalResponse) ProtoReflect ¶
func (x *GetOrdinalResponse) ProtoReflect() protoreflect.Message
func (*GetOrdinalResponse) Reset ¶
func (x *GetOrdinalResponse) Reset()
func (*GetOrdinalResponse) String ¶
func (x *GetOrdinalResponse) String() string
type GetPlayerIdRequest ¶
type GetPlayerIdRequest struct {
// contains filtered or unexported fields
}
func (*GetPlayerIdRequest) Descriptor
deprecated
func (*GetPlayerIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPlayerIdRequest.ProtoReflect.Descriptor instead.
func (*GetPlayerIdRequest) ProtoMessage ¶
func (*GetPlayerIdRequest) ProtoMessage()
func (*GetPlayerIdRequest) ProtoReflect ¶
func (x *GetPlayerIdRequest) ProtoReflect() protoreflect.Message
func (*GetPlayerIdRequest) Reset ¶
func (x *GetPlayerIdRequest) Reset()
func (*GetPlayerIdRequest) String ¶
func (x *GetPlayerIdRequest) String() string
type GetPlayerIdResponse ¶
type GetPlayerIdResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetPlayerIdResponse) Descriptor
deprecated
func (*GetPlayerIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPlayerIdResponse.ProtoReflect.Descriptor instead.
func (*GetPlayerIdResponse) GetResult ¶
func (x *GetPlayerIdResponse) GetResult() int32
func (*GetPlayerIdResponse) ProtoMessage ¶
func (*GetPlayerIdResponse) ProtoMessage()
func (*GetPlayerIdResponse) ProtoReflect ¶
func (x *GetPlayerIdResponse) ProtoReflect() protoreflect.Message
func (*GetPlayerIdResponse) Reset ¶
func (x *GetPlayerIdResponse) Reset()
func (*GetPlayerIdResponse) String ¶
func (x *GetPlayerIdResponse) String() string
type GetTypeRequest ¶
type GetTypeRequest struct {
// contains filtered or unexported fields
}
func (*GetTypeRequest) Descriptor
deprecated
func (*GetTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTypeRequest.ProtoReflect.Descriptor instead.
func (*GetTypeRequest) ProtoMessage ¶
func (*GetTypeRequest) ProtoMessage()
func (*GetTypeRequest) ProtoReflect ¶
func (x *GetTypeRequest) ProtoReflect() protoreflect.Message
func (*GetTypeRequest) Reset ¶
func (x *GetTypeRequest) Reset()
func (*GetTypeRequest) String ¶
func (x *GetTypeRequest) String() string
type GetTypeResponse ¶
type GetTypeResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetTypeResponse) Descriptor
deprecated
func (*GetTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTypeResponse.ProtoReflect.Descriptor instead.
func (*GetTypeResponse) GetResult ¶
func (x *GetTypeResponse) GetResult() int32
func (*GetTypeResponse) ProtoMessage ¶
func (*GetTypeResponse) ProtoMessage()
func (*GetTypeResponse) ProtoReflect ¶
func (x *GetTypeResponse) ProtoReflect() protoreflect.Message
func (*GetTypeResponse) Reset ¶
func (x *GetTypeResponse) Reset()
func (*GetTypeResponse) String ¶
func (x *GetTypeResponse) String() string
type HasBrightnessControlRequest ¶
type HasBrightnessControlRequest struct {
// contains filtered or unexported fields
}
func (*HasBrightnessControlRequest) Descriptor
deprecated
func (*HasBrightnessControlRequest) Descriptor() ([]byte, []int)
Deprecated: Use HasBrightnessControlRequest.ProtoReflect.Descriptor instead.
func (*HasBrightnessControlRequest) ProtoMessage ¶
func (*HasBrightnessControlRequest) ProtoMessage()
func (*HasBrightnessControlRequest) ProtoReflect ¶
func (x *HasBrightnessControlRequest) ProtoReflect() protoreflect.Message
func (*HasBrightnessControlRequest) Reset ¶
func (x *HasBrightnessControlRequest) Reset()
func (*HasBrightnessControlRequest) String ¶
func (x *HasBrightnessControlRequest) String() string
type HasBrightnessControlResponse ¶
type HasBrightnessControlResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*HasBrightnessControlResponse) Descriptor
deprecated
func (*HasBrightnessControlResponse) Descriptor() ([]byte, []int)
Deprecated: Use HasBrightnessControlResponse.ProtoReflect.Descriptor instead.
func (*HasBrightnessControlResponse) GetResult ¶
func (x *HasBrightnessControlResponse) GetResult() bool
func (*HasBrightnessControlResponse) ProtoMessage ¶
func (*HasBrightnessControlResponse) ProtoMessage()
func (*HasBrightnessControlResponse) ProtoReflect ¶
func (x *HasBrightnessControlResponse) ProtoReflect() protoreflect.Message
func (*HasBrightnessControlResponse) Reset ¶
func (x *HasBrightnessControlResponse) Reset()
func (*HasBrightnessControlResponse) String ¶
func (x *HasBrightnessControlResponse) String() string
type HasRgbControlRequest ¶
type HasRgbControlRequest struct {
// contains filtered or unexported fields
}
func (*HasRgbControlRequest) Descriptor
deprecated
func (*HasRgbControlRequest) Descriptor() ([]byte, []int)
Deprecated: Use HasRgbControlRequest.ProtoReflect.Descriptor instead.
func (*HasRgbControlRequest) ProtoMessage ¶
func (*HasRgbControlRequest) ProtoMessage()
func (*HasRgbControlRequest) ProtoReflect ¶
func (x *HasRgbControlRequest) ProtoReflect() protoreflect.Message
func (*HasRgbControlRequest) Reset ¶
func (x *HasRgbControlRequest) Reset()
func (*HasRgbControlRequest) String ¶
func (x *HasRgbControlRequest) String() string
type HasRgbControlResponse ¶
type HasRgbControlResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*HasRgbControlResponse) Descriptor
deprecated
func (*HasRgbControlResponse) Descriptor() ([]byte, []int)
Deprecated: Use HasRgbControlResponse.ProtoReflect.Descriptor instead.
func (*HasRgbControlResponse) GetResult ¶
func (x *HasRgbControlResponse) GetResult() bool
func (*HasRgbControlResponse) ProtoMessage ¶
func (*HasRgbControlResponse) ProtoMessage()
func (*HasRgbControlResponse) ProtoReflect ¶
func (x *HasRgbControlResponse) ProtoReflect() protoreflect.Message
func (*HasRgbControlResponse) Reset ¶
func (x *HasRgbControlResponse) Reset()
func (*HasRgbControlResponse) String ¶
func (x *HasRgbControlResponse) String() string
type HashCodeRequest ¶
type HashCodeRequest struct {
// contains filtered or unexported fields
}
func (*HashCodeRequest) Descriptor
deprecated
func (*HashCodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.
func (*HashCodeRequest) ProtoMessage ¶
func (*HashCodeRequest) ProtoMessage()
func (*HashCodeRequest) ProtoReflect ¶
func (x *HashCodeRequest) ProtoReflect() protoreflect.Message
func (*HashCodeRequest) Reset ¶
func (x *HashCodeRequest) Reset()
func (*HashCodeRequest) String ¶
func (x *HashCodeRequest) String() string
type HashCodeResponse ¶
type HashCodeResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*HashCodeResponse) Descriptor
deprecated
func (*HashCodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.
func (*HashCodeResponse) GetResult ¶
func (x *HashCodeResponse) GetResult() int32
func (*HashCodeResponse) ProtoMessage ¶
func (*HashCodeResponse) ProtoMessage()
func (*HashCodeResponse) ProtoReflect ¶
func (x *HashCodeResponse) ProtoReflect() protoreflect.Message
func (*HashCodeResponse) Reset ¶
func (x *HashCodeResponse) Reset()
func (*HashCodeResponse) String ¶
func (x *HashCodeResponse) String() string
type LightServiceClient ¶
type LightServiceClient interface {
DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
GetId(ctx context.Context, in *GetIdRequest, opts ...grpc.CallOption) (*GetIdResponse, error)
GetName(ctx context.Context, in *GetNameRequest, opts ...grpc.CallOption) (*GetNameResponse, error)
GetOrdinal(ctx context.Context, in *GetOrdinalRequest, opts ...grpc.CallOption) (*GetOrdinalResponse, error)
GetType(ctx context.Context, in *GetTypeRequest, opts ...grpc.CallOption) (*GetTypeResponse, error)
HasBrightnessControl(ctx context.Context, in *HasBrightnessControlRequest, opts ...grpc.CallOption) (*HasBrightnessControlResponse, error)
HasRgbControl(ctx context.Context, in *HasRgbControlRequest, opts ...grpc.CallOption) (*HasRgbControlResponse, error)
HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}
LightServiceClient is the client API for LightService 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.
func NewLightServiceClient ¶
func NewLightServiceClient(cc grpc.ClientConnInterface) LightServiceClient
type LightServiceServer ¶
type LightServiceServer interface {
DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
GetId(context.Context, *GetIdRequest) (*GetIdResponse, error)
GetName(context.Context, *GetNameRequest) (*GetNameResponse, error)
GetOrdinal(context.Context, *GetOrdinalRequest) (*GetOrdinalResponse, error)
GetType(context.Context, *GetTypeRequest) (*GetTypeResponse, error)
HasBrightnessControl(context.Context, *HasBrightnessControlRequest) (*HasBrightnessControlResponse, error)
HasRgbControl(context.Context, *HasRgbControlRequest) (*HasRgbControlResponse, error)
HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
// contains filtered or unexported methods
}
LightServiceServer is the server API for LightService service. All implementations must embed UnimplementedLightServiceServer for forward compatibility.
type LightStateBuilderServiceClient ¶
type LightStateBuilderServiceClient interface {
Build(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error)
SetColor(ctx context.Context, in *SetColorRequest, opts ...grpc.CallOption) (*SetColorResponse, error)
SetPlayerId(ctx context.Context, in *SetPlayerIdRequest, opts ...grpc.CallOption) (*SetPlayerIdResponse, error)
}
LightStateBuilderServiceClient is the client API for LightStateBuilderService 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.
func NewLightStateBuilderServiceClient ¶
func NewLightStateBuilderServiceClient(cc grpc.ClientConnInterface) LightStateBuilderServiceClient
type LightStateBuilderServiceServer ¶
type LightStateBuilderServiceServer interface {
Build(context.Context, *BuildRequest) (*BuildResponse, error)
SetColor(context.Context, *SetColorRequest) (*SetColorResponse, error)
SetPlayerId(context.Context, *SetPlayerIdRequest) (*SetPlayerIdResponse, error)
// contains filtered or unexported methods
}
LightStateBuilderServiceServer is the server API for LightStateBuilderService service. All implementations must embed UnimplementedLightStateBuilderServiceServer for forward compatibility.
type LightStateServiceClient ¶
type LightStateServiceClient interface {
DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
GetColor(ctx context.Context, in *GetColorRequest, opts ...grpc.CallOption) (*GetColorResponse, error)
GetPlayerId(ctx context.Context, in *GetPlayerIdRequest, opts ...grpc.CallOption) (*GetPlayerIdResponse, error)
ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}
LightStateServiceClient is the client API for LightStateService 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.
func NewLightStateServiceClient ¶
func NewLightStateServiceClient(cc grpc.ClientConnInterface) LightStateServiceClient
type LightStateServiceServer ¶
type LightStateServiceServer interface {
DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
GetColor(context.Context, *GetColorRequest) (*GetColorResponse, error)
GetPlayerId(context.Context, *GetPlayerIdRequest) (*GetPlayerIdResponse, error)
ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
// contains filtered or unexported methods
}
LightStateServiceServer is the server API for LightStateService service. All implementations must embed UnimplementedLightStateServiceServer for forward compatibility.
type SetColorRequest ¶
type SetColorRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*SetColorRequest) Descriptor
deprecated
func (*SetColorRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetColorRequest.ProtoReflect.Descriptor instead.
func (*SetColorRequest) GetArg0 ¶
func (x *SetColorRequest) GetArg0() int32
func (*SetColorRequest) ProtoMessage ¶
func (*SetColorRequest) ProtoMessage()
func (*SetColorRequest) ProtoReflect ¶
func (x *SetColorRequest) ProtoReflect() protoreflect.Message
func (*SetColorRequest) Reset ¶
func (x *SetColorRequest) Reset()
func (*SetColorRequest) String ¶
func (x *SetColorRequest) String() string
type SetColorResponse ¶
type SetColorResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*SetColorResponse) Descriptor
deprecated
func (*SetColorResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetColorResponse.ProtoReflect.Descriptor instead.
func (*SetColorResponse) GetResult ¶
func (x *SetColorResponse) GetResult() int64
func (*SetColorResponse) ProtoMessage ¶
func (*SetColorResponse) ProtoMessage()
func (*SetColorResponse) ProtoReflect ¶
func (x *SetColorResponse) ProtoReflect() protoreflect.Message
func (*SetColorResponse) Reset ¶
func (x *SetColorResponse) Reset()
func (*SetColorResponse) String ¶
func (x *SetColorResponse) String() string
type SetPlayerIdRequest ¶
type SetPlayerIdRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*SetPlayerIdRequest) Descriptor
deprecated
func (*SetPlayerIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetPlayerIdRequest.ProtoReflect.Descriptor instead.
func (*SetPlayerIdRequest) GetArg0 ¶
func (x *SetPlayerIdRequest) GetArg0() int32
func (*SetPlayerIdRequest) ProtoMessage ¶
func (*SetPlayerIdRequest) ProtoMessage()
func (*SetPlayerIdRequest) ProtoReflect ¶
func (x *SetPlayerIdRequest) ProtoReflect() protoreflect.Message
func (*SetPlayerIdRequest) Reset ¶
func (x *SetPlayerIdRequest) Reset()
func (*SetPlayerIdRequest) String ¶
func (x *SetPlayerIdRequest) String() string
type SetPlayerIdResponse ¶
type SetPlayerIdResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*SetPlayerIdResponse) Descriptor
deprecated
func (*SetPlayerIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetPlayerIdResponse.ProtoReflect.Descriptor instead.
func (*SetPlayerIdResponse) GetResult ¶
func (x *SetPlayerIdResponse) GetResult() int64
func (*SetPlayerIdResponse) ProtoMessage ¶
func (*SetPlayerIdResponse) ProtoMessage()
func (*SetPlayerIdResponse) ProtoReflect ¶
func (x *SetPlayerIdResponse) ProtoReflect() protoreflect.Message
func (*SetPlayerIdResponse) Reset ¶
func (x *SetPlayerIdResponse) Reset()
func (*SetPlayerIdResponse) String ¶
func (x *SetPlayerIdResponse) String() string
type ToStringRequest ¶
type ToStringRequest struct {
// contains filtered or unexported fields
}
func (*ToStringRequest) Descriptor
deprecated
func (*ToStringRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.
func (*ToStringRequest) ProtoMessage ¶
func (*ToStringRequest) ProtoMessage()
func (*ToStringRequest) ProtoReflect ¶
func (x *ToStringRequest) ProtoReflect() protoreflect.Message
func (*ToStringRequest) Reset ¶
func (x *ToStringRequest) Reset()
func (*ToStringRequest) String ¶
func (x *ToStringRequest) String() string
type ToStringResponse ¶
type ToStringResponse struct {
Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ToStringResponse) Descriptor
deprecated
func (*ToStringResponse) Descriptor() ([]byte, []int)
Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.
func (*ToStringResponse) GetResult ¶
func (x *ToStringResponse) GetResult() string
func (*ToStringResponse) ProtoMessage ¶
func (*ToStringResponse) ProtoMessage()
func (*ToStringResponse) ProtoReflect ¶
func (x *ToStringResponse) ProtoReflect() protoreflect.Message
func (*ToStringResponse) Reset ¶
func (x *ToStringResponse) Reset()
func (*ToStringResponse) String ¶
func (x *ToStringResponse) String() string
type UnimplementedLightServiceServer ¶
type UnimplementedLightServiceServer struct{}
UnimplementedLightServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedLightServiceServer) DescribeContents ¶
func (UnimplementedLightServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
func (UnimplementedLightServiceServer) Equals ¶
func (UnimplementedLightServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
func (UnimplementedLightServiceServer) GetId ¶
func (UnimplementedLightServiceServer) GetId(context.Context, *GetIdRequest) (*GetIdResponse, error)
func (UnimplementedLightServiceServer) GetName ¶
func (UnimplementedLightServiceServer) GetName(context.Context, *GetNameRequest) (*GetNameResponse, error)
func (UnimplementedLightServiceServer) GetOrdinal ¶
func (UnimplementedLightServiceServer) GetOrdinal(context.Context, *GetOrdinalRequest) (*GetOrdinalResponse, error)
func (UnimplementedLightServiceServer) GetType ¶
func (UnimplementedLightServiceServer) GetType(context.Context, *GetTypeRequest) (*GetTypeResponse, error)
func (UnimplementedLightServiceServer) HasBrightnessControl ¶
func (UnimplementedLightServiceServer) HasBrightnessControl(context.Context, *HasBrightnessControlRequest) (*HasBrightnessControlResponse, error)
func (UnimplementedLightServiceServer) HasRgbControl ¶
func (UnimplementedLightServiceServer) HasRgbControl(context.Context, *HasRgbControlRequest) (*HasRgbControlResponse, error)
func (UnimplementedLightServiceServer) HashCode ¶
func (UnimplementedLightServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
func (UnimplementedLightServiceServer) ToString ¶
func (UnimplementedLightServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
func (UnimplementedLightServiceServer) WriteToParcel ¶
func (UnimplementedLightServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
type UnimplementedLightStateBuilderServiceServer ¶
type UnimplementedLightStateBuilderServiceServer struct{}
UnimplementedLightStateBuilderServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedLightStateBuilderServiceServer) Build ¶
func (UnimplementedLightStateBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error)
func (UnimplementedLightStateBuilderServiceServer) SetColor ¶
func (UnimplementedLightStateBuilderServiceServer) SetColor(context.Context, *SetColorRequest) (*SetColorResponse, error)
func (UnimplementedLightStateBuilderServiceServer) SetPlayerId ¶
func (UnimplementedLightStateBuilderServiceServer) SetPlayerId(context.Context, *SetPlayerIdRequest) (*SetPlayerIdResponse, error)
type UnimplementedLightStateServiceServer ¶
type UnimplementedLightStateServiceServer struct{}
UnimplementedLightStateServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedLightStateServiceServer) DescribeContents ¶
func (UnimplementedLightStateServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
func (UnimplementedLightStateServiceServer) GetColor ¶
func (UnimplementedLightStateServiceServer) GetColor(context.Context, *GetColorRequest) (*GetColorResponse, error)
func (UnimplementedLightStateServiceServer) GetPlayerId ¶
func (UnimplementedLightStateServiceServer) GetPlayerId(context.Context, *GetPlayerIdRequest) (*GetPlayerIdResponse, error)
func (UnimplementedLightStateServiceServer) ToString ¶
func (UnimplementedLightStateServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
func (UnimplementedLightStateServiceServer) WriteToParcel ¶
func (UnimplementedLightStateServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
type UnsafeLightServiceServer ¶
type UnsafeLightServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLightServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LightServiceServer will result in compilation errors.
type UnsafeLightStateBuilderServiceServer ¶
type UnsafeLightStateBuilderServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLightStateBuilderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LightStateBuilderServiceServer will result in compilation errors.
type UnsafeLightStateServiceServer ¶
type UnsafeLightStateServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLightStateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LightStateServiceServer will result in compilation errors.
type WriteToParcelRequest ¶
type WriteToParcelRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
// contains filtered or unexported fields
}
func (*WriteToParcelRequest) Descriptor
deprecated
func (*WriteToParcelRequest) Descriptor() ([]byte, []int)
Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.
func (*WriteToParcelRequest) GetArg0 ¶
func (x *WriteToParcelRequest) GetArg0() int64
func (*WriteToParcelRequest) GetArg1 ¶
func (x *WriteToParcelRequest) GetArg1() int32
func (*WriteToParcelRequest) ProtoMessage ¶
func (*WriteToParcelRequest) ProtoMessage()
func (*WriteToParcelRequest) ProtoReflect ¶
func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message
func (*WriteToParcelRequest) Reset ¶
func (x *WriteToParcelRequest) Reset()
func (*WriteToParcelRequest) String ¶
func (x *WriteToParcelRequest) String() string
type WriteToParcelResponse ¶
type WriteToParcelResponse struct {
// contains filtered or unexported fields
}
func (*WriteToParcelResponse) Descriptor
deprecated
func (*WriteToParcelResponse) Descriptor() ([]byte, []int)
Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.
func (*WriteToParcelResponse) ProtoMessage ¶
func (*WriteToParcelResponse) ProtoMessage()
func (*WriteToParcelResponse) ProtoReflect ¶
func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message
func (*WriteToParcelResponse) Reset ¶
func (x *WriteToParcelResponse) Reset()
func (*WriteToParcelResponse) String ¶
func (x *WriteToParcelResponse) String() string