wavLoader

package
v0.0.0-...-126e10b Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: MIT Imports: 8 Imported by: 0

README

TSV File Loader Service

The purpose of this Service Mesh service is to provide a single service that is responsible for loading WAV audio files

Dependencies

This service has a single dependency on the MPQ loader service

Integration with other services

This service exports an integration interface LoadsWavFiles with an alias Dependencncy which are intended to be used by other services for dependency resolution (see servicemesh.HasDependencies), and expose just the methods which other services should use.

type Dependency = LoadsWavFiles

type LoadsWavFiles = interface {
    Load(filepath string) ([]byte, error)
}

Other services should use the LoadsWavFiles or Dependency interfaces to resolve their dependency on this service.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency = LoadsWavFiles

type Service

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

func (*Service) CacheBudget

func (s *Service) CacheBudget() int

CacheBudget implements cacheManager.HasCache

func (*Service) ConfigFileName

func (s *Service) ConfigFileName() string

func (*Service) DefaultConfig

func (s *Service) DefaultConfig() (cfg configFile.Config)

func (*Service) DependenciesResolved

func (s *Service) DependenciesResolved() bool

func (*Service) FlushCache

func (s *Service) FlushCache(newCache *cache.Cache)

FlushCache implements cacheManager.HasCache

func (*Service) Init

func (s *Service) Init(mesh servicemesh.Mesh)

func (*Service) Load

func (s *Service) Load(filepath string) ([]byte, error)

func (*Service) LoadConfig

func (s *Service) LoadConfig(config *configFile.Config)

func (*Service) Logger

func (s *Service) Logger() *slog.Logger

func (*Service) Name

func (s *Service) Name() string

func (*Service) Ready

func (s *Service) Ready() bool

func (*Service) ResolveDependencies

func (s *Service) ResolveDependencies(services []servicemesh.Service)

func (*Service) SetLogger

func (s *Service) SetLogger(logger *slog.Logger)

Jump to

Keyboard shortcuts

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