rest-server/repository.go
Chapuis Bertil 465ef4b493 refactoring
2015-08-14 11:17:57 +02:00

13 lines
201 B
Go

package main
import ()
// A Repository is the place where backups are stored
type Repository struct {
path string
}
// Creates the file structure of the Repository
func (r *Repository) Init() {
}