Documentation
¶
Index ¶
- Variables
- func AnalyzeLatestFile(conn net.Conn)
- func AuthenticateClient(conn net.Conn) error
- func CBCDecrypter(ciphertext []byte) ([]byte, error)
- func CheckUserCert(uname string) bool
- func GetKeeps(conn net.Conn, nameOfrepo string)
- func GetLastKeep(conn net.Conn, nameOfrepo string) (string, error)
- func GetListKeeps(conn net.Conn, nameOfrepo string)
- func GetListStatistical(conn net.Conn)
- func HandleServer(conn net.Conn)
- func ServeFilestore()
- func SetupRepo(conn net.Conn)
- type CredArr
- type Credentials
Constants ¶
This section is empty.
Variables ¶
View Source
var CERT = "certificates"
View Source
var PLUGS = "pluginshop"
View Source
var ROOT = "filestore"
View Source
var SESSION_PASSWD string
View Source
var SESSION_UNAME string
View Source
var Uname string
Functions ¶
func AnalyzeLatestFile ¶
func AuthenticateClient ¶
func CBCDecrypter ¶
func CheckUserCert ¶
func GetListKeeps ¶
func GetListStatistical ¶
func HandleServer ¶
func ServeFilestore ¶
func ServeFilestore()
Types ¶
type CredArr ¶
type CredArr []Credentials
type Credentials ¶
Click to show internal directories.
Click to hide internal directories.