mirror of
https://github.com/ente-io/ente.git
synced 2025-05-02 04:05:42 +00:00
7 lines
118 B
Go
7 lines
118 B
Go
package filedata
|
|
|
|
func (c *Controller) StartReplication() error {
|
|
// todo: implement replication logic
|
|
return nil
|
|
}
|