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

# Functions

NewIdentityService returns a new web controller.

# Constants

JSONHeader is the header for JSON responses.

# Variables

Logger is a logger specific to the web package and can be swapped out.

# Structs

DevicesResponse is the JSON response from a device list API method.
EnrollResponse is the JSON response from an enrollment API method.
IdentityService is the implementation of the web API.
OrganizationsResponse is the JSON response from a organization list API method.
RegisterResponse is the JSON response from a registration API method.
StandardResponse is the JSON response from an API method, indicating success or failure.

# Interfaces

Web is the interface for the web API.