UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

22 lines (16 loc) 410 B
module.exports = (Module) -> { NilT FuncG NotificationInterface RequestProxy SimpleCommand } = Module.NS class SendRequestCommand extends SimpleCommand @inheritProtected() @module Module @public execute: FuncG(NotificationInterface, NilT), default: -> proxy = @facade.retrieveProxy RequestProxy::REQUEST_PROXY proxy.request {} @initialize()