blob: 384f2f74ef60e33181e818373945e43b9b130145 [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 interfaces defines internal interfaces for various objects in the
// Syncbase server implementation. Defining these interfaces in a separate
// package helps prevent import cycles: all other packages can import the
// interfaces package, and individual modules can pass each other interfaces to
// enable bidirectional cross-package communication.
package interfaces