session_storage

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2022 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(nodeId string, clientId string) error
	GetIps(clientId string) ([]string, error)
	GetClientsIps(clientIds []string) (map[string][]string, error)
	ClientIdsOnline(clientIds []string) []string
	OnClientPing(nodeId 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