Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AstarteService ¶
type AstarteService int
AstarteService represents one of Astarte's Services
const ( // Unknown Astarte Service Unknown AstarteService = iota // Housekeeping is Astarte's service for managing Realms Housekeeping // RealmManagement is Astarte's service for managing configuration of a Realm RealmManagement // Pairing is Astarte's service for managing device provisioning and access Pairing // AppEngine is Astarte's service for interacting with Devices, Groups and more AppEngine // Channels is Astarte's service for WebSockets Channels // Flow is Astarte Flow Flow )
func FromString ¶
func FromString(astarteServiceString string) (AstarteService, error)
FromString returns a valid AstarteService out of a string
func (AstarteService) String ¶
func (service AstarteService) String() string
Click to show internal directories.
Click to hide internal directories.