Versions in this module Expand all Collapse all v0 v0.1.0 Jun 5, 2026 Changes in this version + const Binding + var App foundation.Application + type Client struct + func NewClient(cfg Config) (*Client, error) + func (c *Client) Publish(topic string, data any) (string, error) + func (c *Client) PublishUpdate(update contracts.Update) (string, error) + type Config struct + HubURL string + Insecure bool + JWTAlg string + PublishURL string + PublisherJWT string + SubscriberJWT string + func LoadConfig(cfg config.Config) Config + type ServiceProvider struct + func (r *ServiceProvider) Boot(app foundation.Application) + func (r *ServiceProvider) Register(app foundation.Application)