Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUploadServerURL ¶
GetUploadServerURL returns the url the proxy should post to for a particular pvc
Types ¶
type UploadServer ¶
type UploadServer interface {
Run() error
}
UploadServer is the interface to uploadServerApp
func NewUploadServer ¶
func NewUploadServer(bindAddress string, bindPort int, destination, tlsKey, tlsCert, clientCert string) UploadServer
NewUploadServer returns a new instance of uploadServerApp
Click to show internal directories.
Click to hide internal directories.