Versions in this module Expand all Collapse all v1 v1.0.1 Apr 8, 2026 v1.0.0 Apr 8, 2026 Changes in this version + const DefaultAdminPort + const DefaultBeholderGRPCPort + const DefaultGRPCPort + func RegisterSubscriber(ctx context.Context, adminURL, name, endpoint string) (string, error) + func UnregisterSubscriber(ctx context.Context, adminURL, id string) error + type HealthResponse struct + func Health(ctx context.Context, adminURL string) (*HealthResponse, error) + type Input struct + AdminPort int + ContainerName string + GRPCPort int + Image string + LogLevel string + Out *Output + PullImage bool + type Output struct + ContainerName string + ExternalAdminURL string + ExternalGRPCURL string + InternalAdminURL string + InternalGRPCURL string + UseCache bool + func New(in *Input) (*Output, error) + func NewWithContext(ctx context.Context, in *Input) (*Output, error)