Documentation ¶
Overview ¶
Package prot is a generated protocol buffer package.
It is generated from these files:
service.proto
It has these top-level messages:
DataHarvestServiceRequest DataHarvestServiceResponse
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDataHarvestServiceServer ¶
func RegisterDataHarvestServiceServer(s *grpc.Server, srv DataHarvestServiceServer)
Types ¶
type DataHarvestServiceClient ¶
type DataHarvestServiceClient interface {
Status(ctx context.Context, in *DataHarvestServiceRequest, opts ...grpc.CallOption) (*DataHarvestServiceResponse, error)
}
func NewDataHarvestServiceClient ¶
func NewDataHarvestServiceClient(cc *grpc.ClientConn) DataHarvestServiceClient
type DataHarvestServiceRequest ¶
type DataHarvestServiceRequest struct { }
func (*DataHarvestServiceRequest) Descriptor ¶
func (*DataHarvestServiceRequest) Descriptor() ([]byte, []int)
func (*DataHarvestServiceRequest) ProtoMessage ¶
func (*DataHarvestServiceRequest) ProtoMessage()
func (*DataHarvestServiceRequest) Reset ¶
func (m *DataHarvestServiceRequest) Reset()
func (*DataHarvestServiceRequest) String ¶
func (m *DataHarvestServiceRequest) String() string
type DataHarvestServiceResponse ¶
type DataHarvestServiceResponse struct {
Status bool `protobuf:"varint,1,opt,name=Status" json:"Status,omitempty"`
}
func (*DataHarvestServiceResponse) Descriptor ¶
func (*DataHarvestServiceResponse) Descriptor() ([]byte, []int)
func (*DataHarvestServiceResponse) GetStatus ¶
func (m *DataHarvestServiceResponse) GetStatus() bool
func (*DataHarvestServiceResponse) ProtoMessage ¶
func (*DataHarvestServiceResponse) ProtoMessage()
func (*DataHarvestServiceResponse) Reset ¶
func (m *DataHarvestServiceResponse) Reset()
func (*DataHarvestServiceResponse) String ¶
func (m *DataHarvestServiceResponse) String() string
type DataHarvestServiceServer ¶
type DataHarvestServiceServer interface {
Status(context.Context, *DataHarvestServiceRequest) (*DataHarvestServiceResponse, error)
}
Click to show internal directories.
Click to hide internal directories.