Skip to main content

Module container

Module container 

Source
Expand description

Container binding implementations

This module provides container implementations for different platforms:

  • Horizon: For containers managed by Horizon on AWS/GCP/Azure
  • Local: For containers running in Docker during local development
  • Kubernetes: For containers running as Kubernetes Services

Structsยง

GrpcContainer
gRPC-based Container implementation that forwards calls to a remote Container service
HorizonContainer
Horizon container binding implementation
KubernetesContainer
Kubernetes Container implementation that provides URLs for container-to-container communication
LocalContainer
Local Docker container binding implementation