Documentation
¶
Index ¶
- type Orion
- func (o *Orion) DeleteEntities(client *http.Client, headers http.Header, ents []fiware.Entity) error
- func (o *Orion) DeleteSuscriptions(client *http.Client, headers http.Header, subs []fiware.Suscription) error
- func (o *Orion) PostSuscriptions(client *http.Client, headers http.Header, subs []fiware.Suscription) error
- func (o *Orion) Suscriptions(client *http.Client, headers http.Header) ([]fiware.Suscription, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orion ¶
Orion manages connection to the Context Broker
func (*Orion) DeleteEntities ¶ added in v0.2.2
func (o *Orion) DeleteEntities(client *http.Client, headers http.Header, ents []fiware.Entity) error
DeleteSuscriptions deletes a list of suscriptions from Orion
func (*Orion) DeleteSuscriptions ¶
func (o *Orion) DeleteSuscriptions(client *http.Client, headers http.Header, subs []fiware.Suscription) error
DeleteSuscriptions deletes a list of suscriptions from Orion
func (*Orion) PostSuscriptions ¶
func (o *Orion) PostSuscriptions(client *http.Client, headers http.Header, subs []fiware.Suscription) error
PostSuscriptions posts a list of suscriptions to orion
func (*Orion) Suscriptions ¶
func (o *Orion) Suscriptions(client *http.Client, headers http.Header) ([]fiware.Suscription, error)
Suscriptions reads the list of suscriptions from the Context Broker
Click to show internal directories.
Click to hide internal directories.