Documentation
¶
Overview ¶
Package noop provides a no-op WebSocket service implementation for gorp.
noop 包提供 gorp 的 WebSocket 服务的空实现。 所有方法返回错误或零值,用于不需要 WebSocket 能力的场景。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
Provider registers a no-op WebSocket service.
Provider 注册空 WebSocket 服务。
func (*Provider) Boot ¶
func (p *Provider) Boot(runtimecontract.Container) error
Boot initializes the provider. No additional startup logic required.
Click to show internal directories.
Click to hide internal directories.