5 lines
104 B
Go
5 lines
104 B
Go
package media
|
|
|
|
func (s *Server) RemoveFile(userId, filename string) error {
|
|
panic("not implemented")
|
|
}
|