cloud

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Package cloud provides PSL Cloud API server for protocol-as-a-service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server is the PSL Cloud API server.

func NewServer

func NewServer(lib *protocol.Library, addr string) *Server

NewServer creates a new cloud API server.

func (*Server) AddTenant

func (s *Server) AddTenant(apiKey string, tenant *Tenant)

AddTenant adds a tenant with an API key.

func (*Server) Start

func (s *Server) Start() error

Start starts the cloud API server.

type Tenant

type Tenant struct {
	ID    string `json:"id"`
	Name  string `json:"name"`
	Quota int    `json:"quota"` // requests per minute
}

Tenant represents a cloud tenant.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL