Versions in this module Expand all Collapse all v0 v0.4.31 May 15, 2020 Changes in this version + func WatchDir(ctx context.Context, path string, interval time.Duration, ...) error v0.4.30 Aug 2, 2019 Changes in this version + type Banner struct + func NewBanner(ctx context.Context) (*Banner, error) + func (m *Banner) AddLine(line string) + func (m *Banner) String() string + type Config struct + AllowedKeys []string + Eth accounts.EthConfig + NPP npp.Config + SecExecPath string + SeccompPolicyDir string + type RemotePTYServer struct + func NewRemotePTYServer(cfg *Config, log *zap.SugaredLogger) (*RemotePTYServer, error) + func (m *RemotePTYServer) Run(ctx context.Context) error + type RemotePTYService struct + func (m *RemotePTYService) Banner(ctx context.Context, request *sonm.RemotePTYBannerRequest) (*sonm.RemotePTYBannerResponse, error) + func (m *RemotePTYService) Exec(request *sonm.RemotePTYExecRequest, server sonm.RemotePTY_ExecServer) error