Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
chore: remove invoke interface (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 19, 2020
1 parent 576b25c commit 1e6fe24
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/faas/src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ export interface FaaSHTTPContext {
body: FaaSHTTPResponse['body'];
}

export interface ServerlessInvokeOptipns {
name: string;
group: string;
version?: string;
}

export interface ServerlessFunctionInvoker {
invoke(invokeOpts: ServerlessInvokeOptipns, args: string);
}

export interface FaaSContext extends FaaSHTTPContext {
logger: FaaSLogger;
env: string;
Expand Down

0 comments on commit 1e6fe24

Please sign in to comment.