Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RemotePTYServer ¶
type RemotePTYServer struct {
// contains filtered or unexported fields
}
func NewRemotePTYServer ¶
func NewRemotePTYServer(cfg *Config, log *zap.SugaredLogger) (*RemotePTYServer, error)
type RemotePTYService ¶
type RemotePTYService struct {
// contains filtered or unexported fields
}
func (*RemotePTYService) Banner ¶
func (m *RemotePTYService) Banner(ctx context.Context, request *sonm.RemotePTYBannerRequest) (*sonm.RemotePTYBannerResponse, error)
func (*RemotePTYService) Exec ¶
func (m *RemotePTYService) Exec(request *sonm.RemotePTYExecRequest, server sonm.RemotePTY_ExecServer) error
Click to show internal directories.
Click to hide internal directories.