Sign in
vanadium
/
release.go.x.ref
/
173412fb6c0a1a454ab911bf53cca3c1809a2489
/
.
/
profiles
/
fake
/
fake.go
blob: 58ce2c8838f1e7522dbaba36f6357eedecce3551 [
file
] [
log
] [
blame
]
package fake
import (
"v.io/v23"
"v.io/v23/context"
)
func init() {
v23.RegisterProfileInit(Init)
}
func Init(ctx *context.T) (v23.Runtime, *context.T, v23.Shutdown, error) {
return new(ctx)
}