session_storage

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ClientPrefix = "client#"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SessionStorage

type SessionStorage interface {
	IsOnline(clientId string) bool
	BindClientId(nodeAddr string, clientId string) error
	GetIps(clientId string) ([]string, error)
	GetClientsIps(clientIds []string) (map[string][]string, error)
	ClientIdsOnline(clientIds []string) []string
	OnClientPing(nodeAddr string, clientId string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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