Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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, imageSize string) UploadServer
NewUploadServer returns a new instance of uploadServerApp
Source Files
¶
- uploadserver.go
Click to show internal directories.
Click to hide internal directories.