Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChannelByAtomYamls ¶
NewChannelByAtomYamls creates Channel object with given channel configuration YAML fragments.
func NewChannelProvider ¶
func NewChannelProvider(ctx context.Context, config *config.ServerConfig, deps ProviderDeps) (domain.ChannelProvider, error)
NewChannelProvider initializes ChannelProvider
Types ¶
type ProviderDeps ¶
type ProviderDeps struct { Clock domain.SystemClock Telemetry *telemetry.Telemetry Sentry sentry.Sentry }
ProviderDeps contains objects required by ChannelProvider
Click to show internal directories.
Click to hide internal directories.