t1

package
v0.0.30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConcreteTopicExpression

type ConcreteTopicExpression string

type Documentation

type Documentation struct {
	XMLName xml.Name `xml:"http://docs.oasis-open.org/wsn/t-1 documentation" json:"-"`

	Items []string `xml:",any" json:"items,omitempty"`
}

type ExtensibleDocumented

type ExtensibleDocumented struct {
	Documentation *Documentation `xml:"documentation,omitempty" json:"documentation,omitempty"`
}

type FullTopicExpression

type FullTopicExpression string

type QueryExpressionType

type QueryExpressionType struct {
	Items []string `xml:",any" json:"items,omitempty"`

	Dialect string `xml:"Dialect,attr,omitempty" json:"Dialect,omitempty"`
}

type SimpleTopicExpression

type SimpleTopicExpression string

type TopicNamespace

type TopicNamespace TopicNamespaceType

type TopicNamespaceType

type TopicNamespaceType struct {
	XMLName xml.Name `xml:"http://docs.oasis-open.org/wsn/t-1 TopicNamespace" json:"-"`

	*ExtensibleDocumented

	Topic []struct {
		*TopicType

		Parent *ConcreteTopicExpression `xml:"parent,attr,omitempty" json:"parent,omitempty"`
	} `xml:"Topic,omitempty" json:"Topic,omitempty"`

	Name string `xml:"name,attr,omitempty" json:"name,omitempty"`

	TargetNamespace string `xml:"targetNamespace,attr,omitempty" json:"targetNamespace,omitempty"`

	Final bool `xml:"final,attr,omitempty" json:"final,omitempty"`
}

type TopicSet

type TopicSet TopicSetType

type TopicSetType

type TopicSetType struct {
	XMLName xml.Name `xml:"http://docs.oasis-open.org/wsn/t-1 TopicSet" json:"-"`

	*ExtensibleDocumented
}

type TopicType

type TopicType struct {
	XMLName xml.Name `xml:"http://docs.oasis-open.org/wsn/t-1 Topic" json:"-"`

	*ExtensibleDocumented

	MessagePattern *QueryExpressionType `xml:"MessagePattern,omitempty" json:"MessagePattern,omitempty"`

	Topic []*TopicType `xml:"Topic,omitempty" json:"Topic,omitempty"`

	Name string `xml:"name,attr,omitempty" json:"name,omitempty"`

	MessageTypes string `xml:"messageTypes,attr,omitempty" json:"messageTypes,omitempty"`

	Final bool `xml:"final,attr,omitempty" json:"final,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL