Versions in this module Expand all Collapse all v0 v0.1.2 Apr 20, 2026 Changes in this version + const UserAgentWfe + type Config struct + ClientTLS gserver.TLSInfo + DialKeepAliveTime time.Duration + DialKeepAliveTimeout time.Duration + DialTimeout time.Duration + EnableCNA bool + ServerURL map[string]string + type Factory interface + StatusClient func(svc string, ops ...Option) (pb.StatusServer, io.Closer, error) + func NewFactory(cfg Config, ops ...Option) Factory + type HTTPStatusClient struct + func NewHTTPStatusClient(client retriable.HTTPClient) *HTTPStatusClient + func (c *HTTPStatusClient) Status(ctx context.Context) (*pb.ServerStatusResponse, error) + func (c *HTTPStatusClient) Version(ctx context.Context) (*pb.ServerVersion, error) + type Option struct + func WithAgent(agent string) Option + func WithCallerIdentity(callerIdentity credentials.CallerIdentity) Option + func WithTLS(tlsCfg *tls.Config) Option