Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = &Options{ ChannelParams: make(map[string]interface{}), Initializer: nil, }
Functions ¶
func Serv ¶ added in v1.0.27
func Serv(opts ...Option) listener.IConnector
Types ¶
type ClientBootStrap ¶
type ClientBootStrap struct { *Options // contains filtered or unexported fields }
type Option ¶ added in v1.0.27
type Option func(*Options)
func WithInitializer ¶ added in v1.0.27
func WithInitializer(initializer channel.ChannelInitializer) Option
func WithLogger ¶ added in v1.0.27
Click to show internal directories.
Click to hide internal directories.