blob: 05d1a679994820e276b4d66145d7f182aa02df22 [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 a
import (
"v.io/v23/security/access"
)
type AService interface {
AMethod() error { access.Read }
}