service

package
v0.0.0-...-bbc63ea Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheConfiguration

type CacheConfiguration struct {
	Configuration *config.Config
	Router        *pat.Router
}

type CacheService

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

func NewCacheService

func NewCacheService(cfg *CacheConfiguration) *CacheService

func (*CacheService) Initialise

func (s *CacheService) Initialise() *CacheService

func (*CacheService) Start

func (s *CacheService) Start()

func (*CacheService) WithPath

func (s *CacheService) WithPath(path string) *CacheService

func (*CacheService) WithTopic

func (s *CacheService) WithTopic(topic string) *CacheService

type RedisConfig

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

type Router

type Router interface {
	Get(path string, handler http.HandlerFunc) *mux.Route
}

Jump to

Keyboard shortcuts

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