Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶ added in v0.11.0
type Option func(*PublicManager)
func WithConfig ¶ added in v0.11.0
func WithPersistence ¶ added in v0.11.0
func WithProviderLookup ¶ added in v0.11.0
func WithProviderLookup(lookup ProviderLookupFunc) Option
func WithWampClient ¶ added in v0.11.0
type ProviderLookupFunc ¶ added in v0.9.0
type ProviderLookupFunc func(key string) *service.ProviderData
type PublicManager ¶
type PublicManager struct {
// contains filtered or unexported fields
}
func NewPublicManager ¶ added in v0.11.0
func NewPublicManager(opts ...Option) (*PublicManager, error)
func (*PublicManager) Shutdown ¶
func (pub *PublicManager) Shutdown()
Click to show internal directories.
Click to hide internal directories.