Jerko Steiner 19565563cc Add Contextual<Service, Context> type
As seen in TeamService2.ts, the Contextual type will add Context as the
last argument to any method of the interface, as long as the method has
0-4 arguments.

Interfaces with more than 4 arguments cannot use this type, but they
could be converted to interfaces which use 1 argument
(object/dictionary) only.

Some long-term thinking: Maybe only methods with a single argument
should be supported, similar to the way gRPC does it.
2019-08-07 22:37:48 +07:00
..
2019-04-03 18:02:36 +08:00
2019-04-03 18:02:36 +08:00
2019-03-20 15:01:15 +05:00
2019-08-04 13:15:33 +07:00
2019-03-20 12:37:05 +05:00
2019-01-24 17:55:49 +01:00
2019-01-25 12:28:20 +01:00
2019-04-02 16:22:38 +08:00
2019-01-22 12:29:47 +01:00
2019-01-25 12:28:20 +01:00
2019-04-06 13:58:20 +08:00
2019-08-07 22:37:48 +07:00
2019-04-02 16:22:38 +08:00
2019-03-24 10:47:53 +08:00