Versions in this module Expand all Collapse all v0 v0.2.0 Apr 2, 2021 Changes in this version + type Handler struct + func (h *Handler) Accept() + func (h *Handler) Close() + func (h *Handler) Download(source string, destination string) + func (h *Handler) Execute(name string, args []string) + func (h *Handler) NeedsTLS() bool + func (h *Handler) ReceiveData(data []byte) + func (h *Handler) SetDelegate(delegate protocol.Delegate) + func (h *Handler) Upload(source string, destination string)