blob: 6b011c91cc14ea6930c0ec993b0c36c8472c8b5c [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package discovery
import (
"io/v/android/apps/syncslides/db"
)
type Participant interface {
Get() (db.VDeck | error)
}