Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoaderController ¶
type LoaderController struct {
// contains filtered or unexported fields
}
func NewLoaderController ¶
func NewLoaderController(loaderService service.ILoaderService) *LoaderController
func (*LoaderController) LoadComponent ¶
func (l *LoaderController) LoadComponent(payload *Request, reply *Response) error
type Response ¶
type RpcServer ¶
type RpcServer struct {
// contains filtered or unexported fields
}
func NewRpcServer ¶
func NewRpcServer(loaderController *LoaderController) *RpcServer
func (*RpcServer) Start ¶
func (s *RpcServer) Start(config ServerProps)
type ServerProps ¶
type ServerProps struct {
BindAddress string
}
Click to show internal directories.
Click to hide internal directories.