Versions in this module Expand all Collapse all v0 v0.3.0 Oct 5, 2023 v0.2.0 Dec 7, 2022 Changes in this version + type SDK struct + func (p *SDK) Install() error + func (p *SDK) PostStart(ctx context.Context) error + func (p *SDK) Start(ctx context.Context) error v0.1.0 Nov 16, 2022 Changes in this version + func NewSDK(registry Registry) *p + type Registry interface + GetService func(v interface{}) (interface{}, error) + RegisterService func(service interface{}) error + type Startable interface + Start func(ctx context.Context) error + Stop func() error