Documentation
¶
Index ¶
- type BusType
- type Publisher
- type Subscriber
- type VersionManager
- func (m *VersionManager) Start(ctx context.Context) error
- func (m *VersionManager) StoreAndNotify(ctx context.Context, orgId uuid.UUID, name string, renderedVersion string) error
- func (m *VersionManager) WaitForNewVersion(ctx context.Context, orgId uuid.UUID, name string, knownRenderedVersion string) (bool, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Subscriber ¶
type Subscriber interface {
Subscribe(ctx context.Context, handler func(ctx context.Context, orgId uuid.UUID, name string, renderedVersion string) error) error
}
func NewSubscriber ¶
type VersionManager ¶
type VersionManager struct {
// contains filtered or unexported fields
}
func (*VersionManager) StoreAndNotify ¶
Click to show internal directories.
Click to hide internal directories.