Documentation ¶
Index ¶
- type Dependency
- type LoadsTblFiles
- type Service
- func (s *Service) CacheBudget() int
- func (s *Service) ConfigFileName() string
- func (s *Service) DefaultConfig() (cfg configFile.Config)
- func (s *Service) DependenciesResolved() bool
- func (s *Service) FlushCache(newCache *cache.Cache)
- func (s *Service) Init(mesh servicemesh.Mesh)
- func (s *Service) Load(filepath string) (tbl.TextTable, error)
- func (s *Service) LoadConfig(config *configFile.Config)
- func (s *Service) Logger() *slog.Logger
- func (s *Service) Name() string
- func (s *Service) Ready() bool
- func (s *Service) ResolveDependencies(services []servicemesh.Service)
- func (s *Service) SetLogger(logger *slog.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Dependency = LoadsTblFiles
type LoadsTblFiles ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) CacheBudget ¶
CacheBudget implements cacheManager.HasCache
func (*Service) ConfigFileName ¶
func (*Service) DefaultConfig ¶
func (s *Service) DefaultConfig() (cfg configFile.Config)
func (*Service) DependenciesResolved ¶
func (*Service) FlushCache ¶
FlushCache implements cacheManager.HasCache
func (*Service) Init ¶
func (s *Service) Init(mesh servicemesh.Mesh)
func (*Service) LoadConfig ¶
func (s *Service) LoadConfig(config *configFile.Config)
func (*Service) ResolveDependencies ¶
func (s *Service) ResolveDependencies(services []servicemesh.Service)
Click to show internal directories.
Click to hide internal directories.