Documentation ¶
Index ¶
- Variables
- type Topic
- func (this *Topic) Create(deviceId string, localServiceId string) (topic string, err error)
- func (this *Topic) Parse(token security.JwtToken, topic string) (device model.Device, service model.Service, err error)
- func (this *Topic) ParseForCandidates(token security.JwtToken, topic string) (candidates []candidate, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMultipleMatchingDevicesFound = errors.New("multiple matching devices found")
View Source
var ErrNoDeviceIdCandidateFound = errors.New("no device id candidate found")
View Source
var ErrNoDeviceMatchFound = errors.New("no device match found")
View Source
var ErrNoServiceMatchFound = errors.New("no service match found")
Functions ¶
This section is empty.
Types ¶
type Topic ¶
type Topic struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.