MCPcopy Create free account

hub / github.com/asynkron/realtimemap-go / functions

Functions191 in github.com/asynkron/realtimemap-go

MethodOnPosition
(*Position, cluster.GrainContext)
backend/grains/protos_protoactor.go:260
MethodOnPosition
OnPosition requests the execution on to the cluster with CallOptions
backend/grains/protos_protoactor.go:272
MethodOnPosition
(position *Position, ctx cluster.GrainContext)
backend/grains/vehicle_grain.go:17
MethodOnPosition
(position *Position, ctx cluster.GrainContext)
backend/grains/organization_grain.go:34
FunctionOrganizationFactory
OrganizationFactory produces a Organization
backend/grains/protos_protoactor.go:217
MethodProtoMessage
()
backend/grains/protos.pb.go:88
MethodProtoMessage
()
backend/grains/protos.pb.go:135
MethodProtoMessage
()
backend/grains/protos.pb.go:231
MethodProtoMessage
()
backend/grains/protos.pb.go:279
MethodProtoMessage
()
backend/grains/protos.pb.go:337
MethodProtoMessage
()
backend/grains/protos.pb.go:413
MethodProtoMessage
()
backend/grains/protos.pb.go:467
MethodProtoMessage
()
backend/grains/protos.pb.go:514
MethodProtoMessage
()
backend/grains/protos.pb.go:566
MethodProtoMessage
()
backend/grains/protos.pb.go:648
MethodProtoMessage
()
backend/grains/protos.pb.go:693
MethodProtoReflect
()
backend/grains/protos.pb.go:90
MethodProtoReflect
()
backend/grains/protos.pb.go:137
MethodProtoReflect
()
backend/grains/protos.pb.go:233
MethodProtoReflect
()
backend/grains/protos.pb.go:281
MethodProtoReflect
()
backend/grains/protos.pb.go:339
MethodProtoReflect
()
backend/grains/protos.pb.go:415
MethodProtoReflect
()
backend/grains/protos.pb.go:469
MethodProtoReflect
()
backend/grains/protos.pb.go:516
MethodProtoReflect
()
backend/grains/protos.pb.go:568
MethodProtoReflect
()
backend/grains/protos.pb.go:650
MethodProtoReflect
()
backend/grains/protos.pb.go:695
MethodReceive
(ctx actor.Context)
backend/grains/geofence_actor.go:23
MethodReceive
Receive ensures the lifecycle of the actor for the received message
backend/grains/protos_protoactor.go:140
MethodReceive
Receive ensures the lifecycle of the actor for the received message
backend/grains/protos_protoactor.go:332
MethodReceive
(ctx actor.Context)
backend/grains/user_actor.go:32
MethodReceiveDefault
(ctx cluster.GrainContext)
backend/grains/protos_protoactor.go:259
MethodReceiveDefault
(ctx cluster.GrainContext)
backend/grains/vehicle_grain.go:39
MethodReceiveDefault
(ctx cluster.GrainContext)
backend/grains/organization_grain.go:69
MethodReset
()
backend/grains/protos.pb.go:75
MethodReset
()
backend/grains/protos.pb.go:122
MethodReset
()
backend/grains/protos.pb.go:218
MethodReset
()
backend/grains/protos.pb.go:266
MethodReset
()
backend/grains/protos.pb.go:324
MethodReset
()
backend/grains/protos.pb.go:400
MethodReset
()
backend/grains/protos.pb.go:454
MethodReset
()
backend/grains/protos.pb.go:501
MethodReset
()
backend/grains/protos.pb.go:553
MethodReset
()
backend/grains/protos.pb.go:635
MethodReset
()
backend/grains/protos.pb.go:680
MethodSendNotification
(connectionID string, notification *grains.Notification)
backend/server/hub.go:48
MethodSendPositionBatch
(connectionID string, batch *grains.PositionBatch)
backend/server/hub.go:42
MethodSetViewport
(swLng float64, swLat float64, neLng float64, neLat float64)
backend/server/hub.go:54
FunctionStartNode
()
backend/protocluster/protocluster.go:13
MethodString
()
backend/grains/protos.pb.go:48
MethodString
()
backend/grains/protos.pb.go:131
MethodString
()
backend/grains/protos.pb.go:227
MethodString
()
backend/grains/protos.pb.go:275
MethodString
()
backend/grains/protos.pb.go:333
MethodString
()
backend/grains/protos.pb.go:409
MethodString
()
backend/grains/protos.pb.go:463
MethodString
()
backend/grains/protos.pb.go:510
MethodString
()
backend/grains/protos.pb.go:562
MethodString
()
backend/grains/protos.pb.go:644
MethodString
()
backend/grains/protos.pb.go:689
MethodTerminate
(ctx cluster.GrainContext)
backend/grains/protos_protoactor.go:258
MethodTerminate
(ctx cluster.GrainContext)
backend/grains/vehicle_grain.go:38
MethodTerminate
(ctx cluster.GrainContext)
backend/grains/organization_grain.go:68
MethodType
()
backend/grains/protos.pb.go:56
FunctionVehicleFactory
VehicleFactory produces a Vehicle
backend/grains/protos_protoactor.go:25
FunctionaddGeofencesLayer
(map: mapboxgl.Map)
frontend/src/components/map/geofencesLayer.ts:13
FunctionaddVehicleClustersLayer
(map: mapboxgl.Map, vehicleStates: VehicleStates)
frontend/src/components/map/vehicleClustersLayer.ts:7
FunctionaddVehicleDetailsPopup
(map: mapboxgl.Map)
frontend/src/components/map/vehicleDetailsPopup.ts:5
FunctionaddVehicleTrailLayer
(map: mapboxgl.Map)
frontend/src/components/map/vehicleTrailsLayer.ts:8
FunctionaddVehiclesLayer
(map: mapboxgl.Map, vehicleStates: VehicleStates)
frontend/src/components/map/vehiclesLayer.ts:10
FunctionbrowseOrganizations
()
frontend/src/components/geofencing/api-organization.ts:20
FunctionclearNotificationCallback
()
frontend/src/hub.ts:77
MethodclearNotificationCallback
()
frontend/src/hub.ts:30
FunctionclearPositionsCallback
()
frontend/src/hub.ts:66
MethodclearPositionsCallback
()
frontend/src/hub.ts:28
FunctionclearVehiclesOutsideOfViewbox
(map: mapboxgl.Map, vehicleStates: VehicleStates)
frontend/src/components/map/vehicleStates.ts:92
FunctionconnectToHub
()
frontend/src/hub.ts:34
Functiondisconnect
()
frontend/src/hub.ts:81
Methoddisconnect
()
frontend/src/hub.ts:31
FunctiongetDetails
( id: string )
frontend/src/components/geofencing/api-organization.ts:25
FunctionhandlePositionEvent
(vehicleStates: VehicleStates, positionDto: PositionDto)
frontend/src/components/map/vehicleStates.ts:23
FunctionhandleViewportUpdates
(map: mapboxgl.Map, connection: HubConnection)
frontend/src/components/map/viewportUpdates.ts:4
Functioninit
()
backend/grains/protos.pb.go:859
Functionmain
()
backend/main.go:16
FunctionmapGeofenceToPolygon
(geofence: Geofence)
frontend/src/components/map/geofencesLayer.ts:49
FunctiononNotification
(callback: (notification: NotificationDto) => void)
frontend/src/hub.ts:70
MethodonNotification
(callback: (notification: NotificationDto) => void)
frontend/src/hub.ts:29
FunctiononPositions
(callback: (PositionsDto) => void)
frontend/src/hub.ts:60
MethodonPositions
(callback: (positions: PositionsDto) => void)
frontend/src/hub.ts:27
FunctionsetGeofences
(map: mapboxgl.Map, geofences: Geofence[] | undefined)
frontend/src/components/map/geofencesLayer.ts:36
FunctionsetViewport
( swLng: number, swLat: number, neLng: number, neLat: number )
frontend/src/hub.ts:51
← previous101–191 of 191, ranked by callers