astarteservices

package
v0.92.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

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