Documentation ¶
Index ¶
- type CacheStats
- type Dependency
- type HasCache
- type IsCacheManager
- type Service
- func (s *Service) ExportToLua(state *lua.LState)
- func (s *Service) FlushAllCaches()
- func (s *Service) Init(mesh servicemesh.Mesh)
- func (s *Service) InitRoutes(group *gin.RouterGroup)
- func (s *Service) Logger() *slog.Logger
- func (s *Service) ModalTui() (name string, model tea.Model)
- func (s *Service) Name() string
- func (s *Service) OnServiceAdded(service servicemesh.Service)
- func (s *Service) Ready() bool
- func (s *Service) SetLogger(logger *slog.Logger)
- func (s *Service) Slug() string
- func (s *Service) UnexportFromLua(state *lua.LState)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheStats ¶
type Dependency ¶
type Dependency = IsCacheManager
type IsCacheManager ¶
type IsCacheManager interface {
FlushAllCaches()
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) ExportToLua ¶
func (*Service) FlushAllCaches ¶
func (s *Service) FlushAllCaches()
func (*Service) Init ¶
func (s *Service) Init(mesh servicemesh.Mesh)
func (*Service) InitRoutes ¶
func (s *Service) InitRoutes(group *gin.RouterGroup)
func (*Service) OnServiceAdded ¶
func (s *Service) OnServiceAdded(service servicemesh.Service)
func (*Service) UnexportFromLua ¶
Click to show internal directories.
Click to hide internal directories.