Versions in this module Expand all Collapse all v0 v0.1.3 Jun 9, 2025 Changes in this version + var ErrNoSessionCookie = errors.New("no session cookie found") + var SessionCookieName = "PDM_Session" + func ClearSessionCookie(w http.ResponseWriter) + func GetSessionLoginname(r *http.Request) (string, error) + func ImportSharedFiles() + func SetSessionCookie(w http.ResponseWriter, loginname string) v0.1.1 Dec 21, 2024 Changes in this version + func CommandHandler(w http.ResponseWriter, r *http.Request) + type CommandRequest struct + Command string + Params map[string]string + User string + Vault string + func (req CommandRequest) String() string + type CommandResponse struct + Data []string + Error string + func (res CommandResponse) String() string