Documentation
¶
Index ¶
Constants ¶
View Source
const ( APIURL = "https://exp.host/--/api/v2/push/send" NOTIFICATION_LIMIT = 100 )
View Source
const (
GRPC_PORT = ":1972"
)
Variables ¶
This section is empty.
Functions ¶
func StartPushService ¶
func StartPushService()
Types ¶
type PushServiceServer ¶
type PushServiceServer struct {
}
func (*PushServiceServer) SendNotifications ¶
func (s *PushServiceServer) SendNotifications(ctx context.Context, info *pb_push.Info) (*pb_push.PushResponse, error)
Click to show internal directories.
Click to hide internal directories.