Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_droptailer_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDroptailerServer ¶
func RegisterDroptailerServer(s *grpc.Server, srv DroptailerServer)
Types ¶
type Drop ¶
type Drop struct { Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Fields map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Drop) Descriptor
deprecated
func (*Drop) GetTimestamp ¶
func (*Drop) ProtoMessage ¶
func (*Drop) ProtoMessage()
func (*Drop) ProtoReflect ¶ added in v0.2.3
func (x *Drop) ProtoReflect() protoreflect.Message
type DroptailerClient ¶
type DroptailerClient interface {
Push(ctx context.Context, in *Drop, opts ...grpc.CallOption) (*Void, error)
}
DroptailerClient is the client API for Droptailer service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDroptailerClient ¶
func NewDroptailerClient(cc grpc.ClientConnInterface) DroptailerClient
type DroptailerServer ¶
DroptailerServer is the server API for Droptailer service.
type UnimplementedDroptailerServer ¶
type UnimplementedDroptailerServer struct { }
UnimplementedDroptailerServer can be embedded to have forward compatible implementations.
type Void ¶
type Void struct {
// contains filtered or unexported fields
}
func (*Void) Descriptor
deprecated
func (*Void) ProtoMessage ¶
func (*Void) ProtoMessage()
func (*Void) ProtoReflect ¶ added in v0.2.3
func (x *Void) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.