Sign in
vanadium
/
release.go.x.ref
/
13752179e8ec449b14eb811e7218b138af1dbd7e
/
.
/
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() {}