package
0.0.0-20210730142958-e2aa4118589e
Repository: https://github.com/mxc-foundation/lpwan-app-server.git
Documentation: pkg.go.dev

# Functions

ActivateOrganization creates all necessary default settings for new organization: default service profile, default applicaiton, default device profile.
NewValidator returns new Validate instance for this package.

# Constants

DefaultApplicationName defines name of the default application for given org id this value is unique: default_application_ORGID.
DefaultDeviceProfileName defines name of the default device profile for given org id and network server id this value is unique: default_device_profile_ORGID.

# Structs

Organization represents an organization.
OrgFilters provides filters for filtering organizations.
OrgUser represents an organization user.
Validator defines struct type for vadidating user access to APIs provided by this package.

# Interfaces

Store defines db APIs used by this package.
Validate defines methods used on struct Validator.