Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…e-worker-protobuf. Branch: dev. Commit:ed55563d9d83ca78c1d268aaf9e8deda1ee51cd2 (#268)
  • Loading branch information
pragnagopa authored Jan 29, 2019
1 parent 310f48b commit c172b7d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,21 @@ message BindingInfo {
inout = 2;
}

// Indicates the type of the data for the binding
enum DataType {
undefined = 0;
string = 1;
binary = 2;
stream = 3;
}

// Type of binding (e.g. HttpTrigger)
string type = 2;

// Direction of the given binding
Direction direction = 3;

DataType data_type = 4;
}

// Used to send logs back to the Host
Expand Down

0 comments on commit c172b7d

Please sign in to comment.