import "v.io/v23/rpc/reserved"
Package reserved implements client-side support for reserved RPC methods implemented by all servers.
var ( // ErrGlobMaxRecursionReached indicates that the Glob request exceeded the // max recursion level. ErrGlobMaxRecursionReached = verror.NewIDAction("v.io/v23/rpc/reserved.GlobMaxRecursionReached", verror.NoRetry) // ErrGlobMatchesOmitted indicates that some of the Glob results might // have been omitted due to access restrictions. ErrGlobMatchesOmitted = verror.NewIDAction("v.io/v23/rpc/reserved.GlobMatchesOmitted", verror.NoRetry) // ErrGlobNotImplemented indicates that Glob is not implemented by the // object. ErrGlobNotImplemented = verror.NewIDAction("v.io/v23/rpc/reserved.GlobNotImplemented", verror.NoRetry) )
ErrorfGlobMatchesOmitted calls ErrGlobMatchesOmitted.Errorf with the supplied arguments.
ErrorfGlobMaxRecursionReached calls ErrGlobMaxRecursionReached.Errorf with the supplied arguments.
ErrorfGlobNotImplemented calls ErrGlobNotImplemented.Errorf with the supplied arguments.
MessageGlobMatchesOmitted calls ErrGlobMatchesOmitted.Message with the supplied arguments.
MessageGlobMaxRecursionReached calls ErrGlobMaxRecursionReached.Message with the supplied arguments.
MessageGlobNotImplemented calls ErrGlobNotImplemented.Message with the supplied arguments.
func MethodSignature(ctx *context.T, name, method string, opts ...rpc.CallOpt) (signature.Method, error)
MethodSignature invokes the reserved method signature RPC on the given name, and returns the results.
func ParamsErrGlobMatchesOmitted(argumentError error) (verrorComponent string, verrorOperation string, returnErr error)
ParamsErrGlobMatchesOmitted extracts the expected parameters from the error's ParameterList.
func ParamsErrGlobMaxRecursionReached(argumentError error) (verrorComponent string, verrorOperation string, returnErr error)
ParamsErrGlobMaxRecursionReached extracts the expected parameters from the error's ParameterList.
func ParamsErrGlobNotImplemented(argumentError error) (verrorComponent string, verrorOperation string, returnErr error)
ParamsErrGlobNotImplemented extracts the expected parameters from the error's ParameterList.
Signature invokes the reserved signature RPC on the given name, and returns the results.
Package reserved imports 6 packages (graph) and is imported by 9 packages. Updated 2021-01-24. Refresh now. Tools for package owners.