Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BridgeProvider ¶
type Config ¶
type Config struct { NameSpace string `yaml:"namespace"` CtrlAPI string `mapstructure:"ctrl_api"` Services []ServiceCongfig `yaml:"services"` }
type RCPService ¶
type RCPService struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg *Config, bridgeProv BridgeProvider) *RCPService
func (*RCPService) CreateConnection ¶
TODO Do i need namespace here as argument?
func (*RCPService) NameSpace ¶
func (s *RCPService) NameSpace() string
func (*RCPService) ServiceNames ¶
func (s *RCPService) ServiceNames() []string
type ServiceCongfig ¶
Click to show internal directories.
Click to hide internal directories.