package
0.0.0-20220415141808-aa5a98617f34
Repository: https://github.com/everactive/iot-identity.git
Documentation: pkg.go.dev

# Packages

Package memory is an implementation of a in-memory only datastore.
Package postgres implements a datastore using the postgres database.

# Functions

GenerateID generates a unique ID.

# Variables

Logger is an exported logger specific to the Datastore package, it could be swapped out for another logger.

# Structs

DeviceEnrollRequest is the request to enroll a device.
DeviceNewRequest is the request to create a new device.
OrganizationNewRequest is the request to create a new organization.

# Interfaces

DataStore is the interfaces for the data repository.