Skip to content

Commit

Permalink
Revert "Feature/pypackage (#27)"
Browse files Browse the repository at this point in the history
This reverts commit 44e3da7.
  • Loading branch information
dyohan9 authored Aug 31, 2021
1 parent 44e3da7 commit ddd9811
Show file tree
Hide file tree
Showing 43 changed files with 7 additions and 6,211 deletions.
146 changes: 0 additions & 146 deletions .gitignore

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package weni.flows.billing;
package weni.rapidpro.billing;

import "google/protobuf/timestamp.proto";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package weni.flows.channel;
package weni.rapidpro.channel;

service WeniWebChatController {
rpc Create(WeniWebChatCreateRequest) returns (WeniWebChat) {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package weni.flows.classifier;
package weni.rapidpro.classifier;

import "google/protobuf/empty.proto";

Expand Down
2 changes: 1 addition & 1 deletion src/weni/protobuf/flows/flow.proto → flow/flow.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package weni.flows.flow;
package weni.rapidpro.flow;

service FlowController {
rpc List(FlowListRequest) returns (stream Flow) {}
Expand Down
2 changes: 1 addition & 1 deletion src/weni/protobuf/flows/org.proto → flow/org.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package weni.flows.org;
package weni.rapidpro.org;

import "google/protobuf/empty.proto";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package weni.flows.statistic;
package weni.rapidpro.statistic;

service OrgStatisticController {
rpc Retrieve(OrgStatisticRetrieveRequest) returns (OrgStatistic) {}
Expand Down
2 changes: 1 addition & 1 deletion src/weni/protobuf/flows/user.proto → flow/user.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package weni.flows.user;
package weni.rapidpro.user;

service UserPermissionController {
rpc Retrieve(UserPermissionRetrieveRequest) returns (Permission) {}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed python/README.rst
Empty file.
Loading

0 comments on commit ddd9811

Please sign in to comment.