app_actor.go 93 B

123456789
  1. package actor
  2. type AppActor struct {
  3. }
  4. func (a *AppActor) Receive(ctx actor.Context) {
  5. }