You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently every verb has visibility of all others in the entire cluster, and the only visibility controls are whether a function is marked as ingress or not.
Some ideas to kick things off:
Model it on programming languages? Public, protected, private, and package scoped vs. module scoped.
Introduce the concept of groups of modules with a visibility boundary?
Currently every verb has visibility of all others in the entire cluster, and the only visibility controls are whether a function is marked as ingress or not.
Some ideas to kick things off:
Doc here
Issues:
ftl:export
toftl:verb
andftl:data
#1324ftl.call
/controller
to enforce visibility rules #1354The text was updated successfully, but these errors were encountered: