Documentation
¶
Overview ¶
Package service is a generated protocol buffer package.
It is generated from these files:
service.proto
It has these top-level messages:
Msg
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterPDPServer ¶
Types ¶
type Msg ¶
type Msg struct {
Body []byte `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
}
func (*Msg) Descriptor ¶
func (*Msg) ProtoMessage ¶
func (*Msg) ProtoMessage()
type PDPClient ¶
type PDPClient interface {
Validate(ctx context.Context, in *Msg, opts ...grpc.CallOption) (*Msg, error)
NewValidationStream(ctx context.Context, opts ...grpc.CallOption) (PDP_NewValidationStreamClient, error)
}
func NewPDPClient ¶
func NewPDPClient(cc *grpc.ClientConn) PDPClient
Click to show internal directories.
Click to hide internal directories.