package
0.0.0-20220516200307-a11ed8103220
Repository: https://github.com/everactive/iot-management.git
Documentation: pkg.go.dev

# Packages

Package memory is an in-memory implementation of the DataStore.
Package models provides the models for database types with GORM.
Package postgres provides the postgres based DataStore implementation.

# Constants

200.
0.
MaxNonceAgeInSeconds is the nonce age.
OpenidNonceMaxAge is the maximum age of stored nonces.
100.
300.

# Structs

OpenidNonce holds the details of the nonce, combining a timestamp and random text.
Organization holds details of the organization.
OrganizationUser holds links a user and organization.
User holds user personal, authentication and authorization info.

# Interfaces

DataStore is the interfaces for the data repository.