Documentation ¶
Index ¶
- type Service
- func (s *Service) Cache() components.Cache
- func (s *Service) CheckTns(components.MatchDefinition) ([]components.Serviceable, error)
- func (s *Service) Close() error
- func (s *Service) Context() context.Context
- func (s *Service) Database(context iface.Context) (database iface.Database, err error)
- func (s *Service) Databases() map[string]iface.Database
- func (s *Service) Global(projectID string) (db iface.Database, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { nodeIface.Service DBFactory kvdb.Factory // contains filtered or unexported fields }
func (*Service) Cache ¶
func (s *Service) Cache() components.Cache
func (*Service) CheckTns ¶
func (s *Service) CheckTns(components.MatchDefinition) ([]components.Serviceable, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.