package server func (app *App) slaveof(master string) error { return nil } func (app *App) runReplication() { }