Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
poll
Package poll contains code and commands that detects changes to a service registry to polling mechanisms.
|
Package poll contains code and commands that detects changes to a service registry to polling mechanisms. |
poll/cloudmap
Package cloudmap implements ways to connect to AWS CloudMap to get registrered services inside it and detects changes through a polling method.
|
Package cloudmap implements ways to connect to AWS CloudMap to get registrered services inside it and detects changes through a polling method. |
watch
Package watch contains code watches for changes with some kind of watching mechanism, i.e.
|
Package watch contains code watches for changes with some kind of watching mechanism, i.e. |
watch/etcd
Package etcd contains code that watches for changes in etcd.
|
Package etcd contains code that watches for changes in etcd. |
internal
|
|
Package openapi contains *client* code that has been auto-generated by OpenAPI generator and sends events to an external handler as specified in the OpenAPI specification included in /api.
|
Package openapi contains *client* code that has been auto-generated by OpenAPI generator and sends events to an external handler as specified in the OpenAPI specification included in /api. |
Package poller contains code that is in charge of periodically executing a given function every x seconds, where x is a customizable parameter.
|
Package poller contains code that is in charge of periodically executing a given function every x seconds, where x is a customizable parameter. |
Package queue is in charge of creating and handling a queue that receives data and sends it in bulk whenever it is possible, i.e.
|
Package queue is in charge of creating and handling a queue that receives data and sends it in bulk whenever it is possible, i.e. |
Package sdhandler includes code that connects to Google Cloud Service Directory and performs different operations on its resources, such as creating a namespace, updating a service, deleting and endpoint etc.
|
Package sdhandler includes code that connects to Google Cloud Service Directory and performs different operations on its resources, such as creating a namespace, updating a service, deleting and endpoint etc. |
Package services is all about handling services: from storing the latest data of a service to providing a interface for the openapi client code contained in pkg/openapi.
|
Package services is all about handling services: from storing the latest data of a service to providing a interface for the openapi client code contained in pkg/openapi. |