MVCoconut / coconut.data

Observable Data Layer.
The Unlicense
20 stars 8 forks source link

Support services. #85

Open back2dos opened 1 year ago

back2dos commented 1 year ago

A service can be declared like this:

@:service function name(arg1:T1, arg2:T2, ...):Ret /* optional default implementation */;

These would not show up in the observables, be private by default and become added to the constructor args, being mandatory if no default implementation is provided.