Documentation ¶
Index ¶
- type Server
- func (s *Server) InstallComponent(ctx context.Context, info m.Info, c m.Component) error
- func (s *Server) Run(ctx context.Context) error
- func (s *Server) RunInstance(conf *module.ConfigureInstanceRequest)
- func (s *Server) SetLogger(l zerolog.Logger)
- func (s *Server) SetNats(n *nats.Conn)
- func (s *Server) SetRegistry(r *discovery.Registry)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) InstallComponent ¶
func (*Server) RunInstance ¶
func (s *Server) RunInstance(conf *module.ConfigureInstanceRequest)
func (*Server) SetRegistry ¶ added in v0.0.4
SetRegistry @todo replace with interface
Click to show internal directories.
Click to hide internal directories.