fontTableLoader

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: 9 Imported by: 0

README

Font Table Loader Service

The purpose of this Service Mesh service is to provide a single service that is responsible for loading font table files.

Dependencies

This service has a single dependency on the MPQ loader service

Integration with other services

This service exports an integration interface LoadsFontTableFiles 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 = LoadsFontTableFiles

type LoadsFontTableFiles = interface {
    Load(filepath string) (*font_table.Font, error)
}

Other services should use the LoadsFontTableFiles 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 = LoadsFontTableFiles

type LoadsFontTableFiles

type LoadsFontTableFiles = interface {
	Load(filepath string) (*font_table.Font, error)
}

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) (*font_table.Font, 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