Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterPushServiceServer ¶
func RegisterPushServiceServer(s *grpc.Server, srv PushServiceServer)
Types ¶
type PushServiceClient ¶
type PushServiceClient interface {
PushTo(ctx context.Context, in *push.PushToInput, opts ...grpc.CallOption) (*push.Void, error)
}
PushServiceClient is the client API for PushService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewPushServiceClient ¶
func NewPushServiceClient(cc *grpc.ClientConn) PushServiceClient
type PushServiceServer ¶
PushServiceServer is the server API for PushService service.
Click to show internal directories.
Click to hide internal directories.