Documentation
¶
Index ¶
- Constants
- Variables
- func Init(cctxin *malapi.ClientContext) error
- func MonitorEventDummy() error
- type MonitorEventPublisherOperation
- type MonitorEventSubscriberOperation
- func (receiver *MonitorEventSubscriberOperation) Deregister(subscriptionids *mal.IdentifierList) error
- func (receiver *MonitorEventSubscriberOperation) GetNotify() (*mal.Identifier, *mal.UpdateHeaderList, *com.ObjectDetailsList, ...)
- func (receiver *MonitorEventSubscriberOperation) Register(subscription *mal.Subscription) error
- type Provider
- type ProviderInterface
Constants ¶
View Source
const ( // standard service identifiers SERVICE_NUMBER mal.UShort = 1 SERVICE_NAME = mal.Identifier("Event") // standard operation identifiers MONITOREVENT_OPERATION_NUMBER mal.UShort = 1 )
Variables ¶
View Source
var Cctx *malapi.ClientContext
Functions ¶
func Init ¶
func Init(cctxin *malapi.ClientContext) error
func MonitorEventDummy ¶
func MonitorEventDummy() error
Types ¶
type MonitorEventPublisherOperation ¶
type MonitorEventPublisherOperation struct {
// contains filtered or unexported fields
}
generated code for operation monitorEvent
func NewMonitorEventPublisherOperation ¶
func NewMonitorEventPublisherOperation(providerURI *mal.URI) (*MonitorEventPublisherOperation, error)
func (*MonitorEventPublisherOperation) Deregister ¶
func (receiver *MonitorEventPublisherOperation) Deregister() error
func (*MonitorEventPublisherOperation) Publish ¶
func (receiver *MonitorEventPublisherOperation) Publish(updateHeaders *mal.UpdateHeaderList, eventLinks *com.ObjectDetailsList, eventBody mal.ElementList) error
func (*MonitorEventPublisherOperation) Register ¶
func (receiver *MonitorEventPublisherOperation) Register(entitykeys *mal.EntityKeyList) error
type MonitorEventSubscriberOperation ¶
type MonitorEventSubscriberOperation struct {
// contains filtered or unexported fields
}
generated code for operation monitorEvent
func NewMonitorEventSubscriberOperation ¶
func NewMonitorEventSubscriberOperation(providerURI *mal.URI) (*MonitorEventSubscriberOperation, error)
func (*MonitorEventSubscriberOperation) Deregister ¶
func (receiver *MonitorEventSubscriberOperation) Deregister(subscriptionids *mal.IdentifierList) error
func (*MonitorEventSubscriberOperation) GetNotify ¶
func (receiver *MonitorEventSubscriberOperation) GetNotify() (*mal.Identifier, *mal.UpdateHeaderList, *com.ObjectDetailsList, mal.ElementList, error)
func (*MonitorEventSubscriberOperation) Register ¶
func (receiver *MonitorEventSubscriberOperation) Register(subscription *mal.Subscription) error
type Provider ¶
type Provider struct { Cctx *malapi.ClientContext // contains filtered or unexported fields }
service provider structure
func NewProvider ¶
create a service provider
Click to show internal directories.
Click to hide internal directories.