Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServerMetadataID = "ID" ServerMetadataTagName = "TagName" ServerMetadataFullyQualifiedName = "FullyQualifiedName" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubscriptionManagerImpl ¶
type SubscriptionManagerImpl struct {
// contains filtered or unexported fields
}
func NewSubscriptionManager ¶
func NewSubscriptionManager(ctx context.Context, config *subscription.Config) (*SubscriptionManagerImpl, error)
func (*SubscriptionManagerImpl) Close ¶
func (s *SubscriptionManagerImpl) Close() error
func (*SubscriptionManagerImpl) Start ¶
func (s *SubscriptionManagerImpl) Start() error
func (*SubscriptionManagerImpl) Type ¶
func (s *SubscriptionManagerImpl) Type() interface{}
Click to show internal directories.
Click to hide internal directories.