Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_mixpanel_proto protoreflect.FileDescriptor
Functions ¶
func NewMixpanelEndpoints ¶
func RegisterMixpanelHandler ¶
func RegisterMixpanelHandler(s server.Server, hdlr MixpanelHandler, opts ...server.HandlerOption) error
Types ¶
type MixpanelHandler ¶
type MixpanelHandler interface {
Ping(context.Context, *PingRequest, *PingResponse) error
}
type MixpanelService ¶
type MixpanelService interface {
Ping(ctx context.Context, in *PingRequest, opts ...client.CallOption) (*PingResponse, error)
}
func NewMixpanelService ¶
func NewMixpanelService(name string, c client.Client) MixpanelService
type PingRequest ¶
type PingRequest struct {
// contains filtered or unexported fields
}
func (*PingRequest) Descriptor
deprecated
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶
func (x *PingRequest) Reset()
func (*PingRequest) String ¶
func (x *PingRequest) String() string
type PingResponse ¶
type PingResponse struct {
// contains filtered or unexported fields
}
func (*PingResponse) Descriptor
deprecated
func (*PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) ProtoMessage ¶
func (*PingResponse) ProtoMessage()
func (*PingResponse) ProtoReflect ¶
func (x *PingResponse) ProtoReflect() protoreflect.Message
func (*PingResponse) Reset ¶
func (x *PingResponse) Reset()
func (*PingResponse) String ¶
func (x *PingResponse) String() string
Click to show internal directories.
Click to hide internal directories.