package
0.0.0-20200609015900-f6ceceb24c6b
Repository: https://github.com/chaokunchang/protoactor-go.git
Documentation: pkg.go.dev

# Functions

CalculatorFactory produces a Calculator.
GetCalculatorGrain instantiates a new CalculatorGrain with given ID.
GetTrackerGrain instantiates a new TrackerGrain with given ID.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TrackerFactory produces a Tracker.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
CalculatorActor represents the actor structure.
CalculatorGrain holds the base data for the CalculatorGrain.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TrackerActor represents the actor structure.
TrackerGrain holds the base data for the TrackerGrain.
No description provided by the author
UnimplementedCalculatorServer can be embedded to have forward compatible implementations.
UnimplementedTrackerServer can be embedded to have forward compatible implementations.

# Interfaces

Calculator interfaces the services available to the Calculator.
CalculatorClient is the client API for Calculator service.
CalculatorServer is the server API for Calculator service.
Tracker interfaces the services available to the Tracker.
TrackerClient is the client API for Tracker service.
TrackerServer is the server API for Tracker service.