blob: af45268f10b39b0c385a19011697f7211b06ab01 [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 b
import (
"v.io/v23/security/access"
"v.io/x/ref/test/discovery/a"
)
type AnotherService interface {
a.AService
AnotherMethod() error { access.Read }
}