package actor type AppActor struct { } func (a *AppActor) Receive(ctx actor.Context) { }