Documentation
¶
Index ¶
Constants ¶
View Source
const AAFsoFind = fsoauthz.AAFsoFind
Variables ¶
View Source
var ErrForeignRoot = errors.New("unknown root")
`ErrForeignRoot` is used to communicate internally that the view is not responsible for a root.
View Source
var ErrStdtoolsDisabled = errors.New("Rule Stdtools2017 disabled")
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Registries []string Prefixes []string Hosts []string StdtoolsProjectsRoot string Authenticator auth.Authenticator Authorizer auth.Authorizer SysRPCCreds credentials.PerRPCCredentials }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New(lg Logger, conn *grpc.ClientConn, cfg *Config) *Server
`conn` is connected to a `nogfso.Registry` service.
func (*Server) FindUntracked ¶
func (srv *Server) FindUntracked( i *pb.FindUntrackedI, ostream pb.Discovery_FindUntrackedServer, ) error
Click to show internal directories.
Click to hide internal directories.