WithPluginHost overrides the dynamic plugin host used by the service.
(host *pluginhost.Host)
| 150 | |
| 151 | // WithPluginHost overrides the dynamic plugin host used by the service. |
| 152 | func (b *Builder) WithPluginHost(host *pluginhost.Host) *Builder { |
| 153 | b.pluginHost = host |
| 154 | return b |
| 155 | } |
| 156 | |
| 157 | // WithServerOptions appends server configuration options used during construction. |
| 158 | func (b *Builder) WithServerOptions(opts ...api.ServerOption) *Builder { |
no outgoing calls