cacheservice

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheService

type CacheService interface {
	// Start starts the service.
	Start() error
	// AddHandleFunc add message handler.
	AddHandleFunc(method pb.CmdMethod, h func(context.Context, *pb.Request, *pb.CacheResponse) error, async bool)
	// Close closes the service.
	Close() error
}

CacheService is used to send GET cache request to another file-service.

func NewCacheServer

func NewCacheServer(address string, cfg morpc.Config) (CacheService, error)

NewCacheServer creates a new cache server instance.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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