blob: 5e82ac109dda55e8ad5f39daeeef6c34c40887c9 [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 util
// TODO(sadovsky): Consider using shorter strings.
const (
ServicePrefix = "$service"
AppPrefix = "$app"
DbInfoPrefix = "$dbInfo"
DatabasePrefix = "$database"
TablePrefix = "$table"
RowPrefix = "$row"
)