Replies: 2 comments 1 reply
-
这个想法值得讨论:namespace 怎样命名,如何保证唯一 |
Beta Was this translation helpful? Give feedback.
0 replies
-
考虑借助目录的方式来实现命名空间:
后面如果想把云函数导出成文件结构的话也非常方便。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
导入别人云函数命名重复如何处理?比如两个插件,一个阿里云发送短信,一个腾讯云发送短信,在不同人手上开发时候可能需要命名为send_message,那么同时导入两个函数时候如何处理?
如果有命名空间概念,就不会引起冲突。
Beta Was this translation helpful? Give feedback.
All reactions