Versions in this module Expand all Collapse all v0 v0.1.0 Jul 25, 2023 Changes in this version + type Release struct + Sha string + Version string + func (r *Release) DownloadBinaryFromGitHub(ctx context.Context) (io.ReadCloser, error) + func (r *Release) String() string + type Runtime struct + BootstrapConfigPath string + EnvoyPath string + Release *Release + func (r *Runtime) Run(ctx context.Context) error + type SnapshotManager struct + func NewSnapshotManager(ctx context.Context, mSvc middlewarev1.MiddlewareServiceClient, ...) *SnapshotManager + func (m *SnapshotManager) RegisterXDS(srv *grpc.Server) + func (s *SnapshotManager) Run(ctx context.Context) error + func (s *SnapshotManager) Shutdown()