auth.pony

1
2
3
4
5
6
7
8
primitive SchedulerInfoAuth
  new create(auth: AmbientAuth) => None

primitive ActorStatsAuth
  new create(auth: AmbientAuth) => None

primitive SchedulerStatsAuth
  new create(auth: AmbientAuth) => None