Documentation ¶
Index ¶
- type Dependency
- type Service
- func (s *Service) DependenciesResolved() bool
- func (s *Service) FrontendReady() bool
- func (s *Service) Init(mesh servicemesh.Mesh)
- 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 interface {
FrontendReady() bool
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) DependenciesResolved ¶
func (*Service) FrontendReady ¶
func (*Service) Init ¶
func (s *Service) Init(mesh servicemesh.Mesh)
func (*Service) ResolveDependencies ¶
func (s *Service) ResolveDependencies(services []servicemesh.Service)
Click to show internal directories.
Click to hide internal directories.