client_go

package module
v0.0.0-...-f4b015e Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const HOST = "64.226.122.208"

Variables

This section is empty.

Functions

This section is empty.

Types

type QueueClient

type QueueClient interface {
	Push(key string, value []byte)
	Pull() (string, []byte)
	Subscribe(function SubscribeFunction)
}

func GetQueueClient

func GetQueueClient() QueueClient

type SubscribeFunction

type SubscribeFunction func(key string, value []byte)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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