Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Peer service (#806)
Browse files Browse the repository at this point in the history
* Peer service
Allows services to notify each other about their existence

* Add peer service to protocol

* Change URI to URL

* Empty protos should still be able to pass
  • Loading branch information
david4096 authored and ejacox committed Mar 6, 2017
1 parent daa2738 commit b12e4f1
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 1 deletion.
339 changes: 339 additions & 0 deletions python/ga4gh/schemas/ga4gh/peer_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions python/ga4gh/schemas/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from ga4gh.genotype_phenotype_service_pb2 import * # noqa
from ga4gh.rna_quantification_pb2 import * # noqa
from ga4gh.rna_quantification_service_pb2 import * # noqa
from ga4gh.peer_service_pb2 import * # noqa

import ga4gh.common_pb2 as common

Expand Down
Loading

0 comments on commit b12e4f1

Please sign in to comment.