Sign in
vanadium
/
release.go.x.ref
/
8cadc5c889f2c9b0f664686b7c3defab4b85ea2d
/
.
/
runtimes
/
google
/
rt
/
opts.go
blob: 3b3590bb3aa0bc40bbe4efab3712cd7ecd157e7b [
file
] [
log
] [
blame
]
package rt
import (
"veyron2/product"
)
// Product wraps the product.T interface so that we can add functions
// representing the Runtime
type Product struct{ product.T }
func (_ Product) RuntimeOpt() {}