linstrom/media/removeFile.go

5 lines
104 B
Go

package media
func (s *Server) RemoveFile(userId, filename string) error {
panic("not implemented")
}