Documentation ¶
Index ¶
- Variables
- type Option
- type Service
- func (s *Service) Cache() commonIface.Cache
- func (s *Service) CheckTns(matcherIface commonIface.MatchDefinition) ([]commonIface.Serviceable, error)
- func (s *Service) Close() error
- func (s *Service) Handler(w goHttp.ResponseWriter, r *goHttp.Request)
- func (s *Service) Lookup(matcher *common.MatchDefinition) (iface.Serviceable, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ValidResources = []spec.PathVariable{websiteSpec.PathVariable, functionSpec.PathVariable}
)
Functions ¶
This section is empty.
Types ¶
type Service ¶
func (*Service) Cache ¶
func (s *Service) Cache() commonIface.Cache
func (*Service) CheckTns ¶
func (s *Service) CheckTns(matcherIface commonIface.MatchDefinition) ([]commonIface.Serviceable, error)
func (*Service) Lookup ¶
func (s *Service) Lookup(matcher *common.MatchDefinition) (iface.Serviceable, error)
Click to show internal directories.
Click to hide internal directories.