package server import "io" type FileService interface { Upload(io.Reader) (interface{}, error) }