Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewConfig, NewOptions, NewExposeServer, )
Functions ¶
Types ¶
type ExposeServer ¶
func NewExposeServer ¶
func NewExposeServer(opts *Options, logger *zap.Logger) *ExposeServer
func (*ExposeServer) Run ¶
func (s *ExposeServer) Run() error
type HTTPServer ¶
func NewHTTPServer ¶
func NewHTTPServer(logger *zap.SugaredLogger) *HTTPServer
func (*HTTPServer) Close ¶
func (h *HTTPServer) Close() error
func (*HTTPServer) Wait ¶
func (h *HTTPServer) Wait() error
type Options ¶
type SSHServer ¶
type SSHServer struct {
// contains filtered or unexported fields
}
func NewSSHServer ¶
func NewSSHServer(opts *Options, logger *zap.SugaredLogger) *SSHServer
NewSSHServer returns new instance of SSHServer.
Click to show internal directories.
Click to hide internal directories.