Documentation ¶ Index ¶ type Helium func New(ctx context.Context, config types.GRPCConfig, store store.Store) *Helium func (h *Helium) Subscribe(ctx context.Context) (uint32, <-chan types.ServiceStatus) func (h *Helium) Unsubscribe(ID uint32) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Helium ¶ type Helium struct { // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, config types.GRPCConfig, store store.Store) *Helium func (*Helium) Subscribe ¶ func (h *Helium) Subscribe(ctx context.Context) (uint32, <-chan types.ServiceStatus) func (*Helium) Unsubscribe ¶ func (h *Helium) Unsubscribe(ID uint32) Source Files ¶ View all Source files helium.go Click to show internal directories. Click to hide internal directories.