feat: set up org (#1157)

* add setup steps

* refactoring

* omitempty

* cleanup

* begin org

* create org

* setup org

* setup org

* merge

* fixes

* fixes

* fixes
This commit is contained in:
Livio Amstutz
2021-01-08 11:33:45 +01:00
committed by GitHub
parent 26c8113930
commit ff87264f95
40 changed files with 1160 additions and 162 deletions

View File

@@ -74,7 +74,7 @@ service AdminService {
};
}
rpc SetUpOrg(OrgSetUpRequest) returns (OrgSetUpResponse) {
rpc SetUpOrg(OrgSetUpRequest) returns (google.protobuf.Empty) {
option (google.api.http) = {
post: "/orgs/_setup"
body: "*"