prot

package
v0.0.0-...-f3f635d Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2019 License: Unlicense Imports: 5 Imported by: 0

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)
}

Jump to

Keyboard shortcuts

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