Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientProvider ¶
type ClientProvider struct {
// contains filtered or unexported fields
}
ClientProvider implements mock protocol client provider.
func (*ClientProvider) Add ¶
func (m *ClientProvider) Add(namespace string, pc protocol.Client)
Add adds protocol client for namespace.
func (*ClientProvider) ForNamespace ¶
func (m *ClientProvider) ForNamespace(namespace string) (protocol.Client, error)
ForNamespace will return protocol client for that namespace.
Click to show internal directories.
Click to hide internal directories.