package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 25, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cloud provides PSL Cloud API server for protocol-as-a-service.
Server is the PSL Cloud API server.
NewServer creates a new cloud API server.
AddTenant adds a tenant with an API key.
Start starts the cloud API server.
type Tenant struct {
ID string `json:"id"`
Name string `json:"name"`
Quota int `json:"quota"`
}
Tenant represents a cloud tenant.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.