Documentation ¶
Index ¶
- Variables
- type Service
- func (s *Service) Cache() iface.Cache
- func (s *Service) CheckTns(_matcher commonIface.MatchDefinition) ([]commonIface.Serviceable, error)
- func (s *Service) Close() error
- func (s *Service) Context() context.Context
- func (s *Service) Lookup(matcher *common.MatchDefinition) ([]iface.Serviceable, error)
- func (s *Service) Publish(ctx context.Context, projectId, appId, channel string, data []byte) error
- func (s *Service) Subscribe(projectId, appId, path string) error
- func (s *Service) WebSocketURL(projectId, appId, channel string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
TheServiceables = []string{string(functionSpec.PathVariable)}
)
Functions ¶
This section is empty.
Types ¶
type Service ¶
func (*Service) CheckTns ¶
func (s *Service) CheckTns(_matcher commonIface.MatchDefinition) ([]commonIface.Serviceable, error)
func (*Service) Lookup ¶
func (s *Service) Lookup(matcher *common.MatchDefinition) ([]iface.Serviceable, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.