James Ring | 3650fd4 | 2015-04-22 18:09:24 -0700 | [diff] [blame] | 1 | pkg app, const AddName ideal-int |
| 2 | pkg app, const AuthResponseMessage ideal-int |
| 3 | pkg app, const CancelMessage ideal-int |
| 4 | pkg app, const CaveatValidationResponse ideal-int |
| 5 | pkg app, const GranterResponseMessage ideal-int |
| 6 | pkg app, const LookupResponseMessage ideal-int |
| 7 | pkg app, const NamespaceRequestMessage ideal-int |
| 8 | pkg app, const RemoteBlessings ideal-int |
| 9 | pkg app, const RemoveName ideal-int |
| 10 | pkg app, const ServeMessage ideal-int |
| 11 | pkg app, const ServerResponseMessage ideal-int |
| 12 | pkg app, const SignatureRequestMessage ideal-int |
| 13 | pkg app, const StopServerMessage ideal-int |
| 14 | pkg app, const StreamCloseMessage ideal-int |
| 15 | pkg app, const StreamingValueMessage ideal-int |
| 16 | pkg app, const UnlinkBlessingsMessage ideal-int |
| 17 | pkg app, const VeyronRequestMessage MessageType |
| 18 | pkg app, func ConstructOutgoingMessage(int32, lib.ResponseType, interface{}) (string, error) |
| 19 | pkg app, func ControllerClient(string) ControllerClientStub |
| 20 | pkg app, func ControllerServer(ControllerServerMethods) ControllerServerStub |
| 21 | pkg app, func FormatAsVerror(error) error |
| 22 | pkg app, func NewController(*context.T, func(int32) lib.ClientWriter, *rpc.ListenSpec, []string, security.Principal) (*Controller, error) |
| 23 | pkg app, method (*Controller) AddName(*context.T, rpc.ServerCall, uint32, string) error |
| 24 | pkg app, method (*Controller) AddToRoots(*context.T, rpc.ServerCall, principal.BlessingsHandle) error |
| 25 | pkg app, method (*Controller) Bless(*context.T, rpc.ServerCall, string, principal.BlessingsHandle, string, []security.Caveat) (string, principal.BlessingsHandle, error) |
| 26 | pkg app, method (*Controller) BlessSelf(*context.T, rpc.ServerCall, string, []security.Caveat) (string, principal.BlessingsHandle, error) |
| 27 | pkg app, method (*Controller) Cleanup() |
| 28 | pkg app, method (*Controller) CleanupFlow(int32) |
| 29 | pkg app, method (*Controller) CloseStream(int32) |
| 30 | pkg app, method (*Controller) Context() *context.T |
| 31 | pkg app, method (*Controller) CreateNewFlow(interface{}, rpc.Stream) *server.Flow |
| 32 | pkg app, method (*Controller) GetBlessings(principal.BlessingsHandle) security.Blessings |
| 33 | pkg app, method (*Controller) GetDefaultBlessings(*context.T, rpc.ServerCall) (*principal.JsBlessings, error) |
| 34 | pkg app, method (*Controller) GetOrAddBlessingsHandle(security.Blessings) principal.BlessingsHandle |
| 35 | pkg app, method (*Controller) HandleAuthResponse(int32, string) |
| 36 | pkg app, method (*Controller) HandleCaveatValidationResponse(int32, string) |
| 37 | pkg app, method (*Controller) HandleGranterResponse(int32, string) |
| 38 | pkg app, method (*Controller) HandleIncomingMessage(Message, lib.ClientWriter) |
| 39 | pkg app, method (*Controller) HandleLookupResponse(int32, string) |
| 40 | pkg app, method (*Controller) HandleServerResponse(int32, string) |
| 41 | pkg app, method (*Controller) HandleVeyronCancellation(int32) |
| 42 | pkg app, method (*Controller) HandleVeyronRequest(*context.T, int32, string, lib.ClientWriter) |
| 43 | pkg app, method (*Controller) PutToBlessingStore(*context.T, rpc.ServerCall, principal.BlessingsHandle, security.BlessingPattern) (*principal.JsBlessings, error) |
| 44 | pkg app, method (*Controller) RemoteBlessings(*context.T, rpc.ServerCall, string, string) ([]string, error) |
| 45 | pkg app, method (*Controller) RemoveName(*context.T, rpc.ServerCall, uint32, string) error |
| 46 | pkg app, method (*Controller) SendLogMessage(lib.LogLevel, string) error |
| 47 | pkg app, method (*Controller) SendOnStream(int32, string, lib.ClientWriter) |
| 48 | pkg app, method (*Controller) Serve(*context.T, rpc.ServerCall, string, uint32) error |
| 49 | pkg app, method (*Controller) Signature(*context.T, rpc.ServerCall, string) ([]signature.Interface, error) |
| 50 | pkg app, method (*Controller) Stop(*context.T, rpc.ServerCall, uint32) error |
| 51 | pkg app, method (*Controller) UnlinkBlessings(*context.T, rpc.ServerCall, principal.BlessingsHandle) error |
| 52 | pkg app, method (RpcCallOptionAllowedServersPolicy) Index() int |
| 53 | pkg app, method (RpcCallOptionAllowedServersPolicy) Interface() interface{} |
| 54 | pkg app, method (RpcCallOptionAllowedServersPolicy) Name() string |
| 55 | pkg app, method (RpcCallOptionRetryTimeout) Index() int |
| 56 | pkg app, method (RpcCallOptionRetryTimeout) Interface() interface{} |
| 57 | pkg app, method (RpcCallOptionRetryTimeout) Name() string |
| 58 | pkg app, method (RpcCallOptionUseGranter) Index() int |
| 59 | pkg app, method (RpcCallOptionUseGranter) Interface() interface{} |
| 60 | pkg app, method (RpcCallOptionUseGranter) Name() string |
| 61 | pkg app, type Closer interface { CloseSend } |
| 62 | pkg app, type Closer interface, CloseSend() error |
| 63 | pkg app, type Controller struct |
| 64 | pkg app, type Controller struct, embedded sync.Mutex |
| 65 | pkg app, type ControllerClientMethods interface { AddName, AddToRoots, Bless, BlessSelf, GetDefaultBlessings, PutToBlessingStore, RemoteBlessings, RemoveName, Serve, Signature, Stop, UnlinkBlessings } |
| 66 | pkg app, type ControllerClientMethods interface, AddName(*context.T, uint32, string, ...rpc.CallOpt) error |
| 67 | pkg app, type ControllerClientMethods interface, AddToRoots(*context.T, principal.BlessingsHandle, ...rpc.CallOpt) error |
| 68 | pkg app, type ControllerClientMethods interface, Bless(*context.T, string, principal.BlessingsHandle, string, []security.Caveat, ...rpc.CallOpt) (string, principal.BlessingsHandle, error) |
| 69 | pkg app, type ControllerClientMethods interface, BlessSelf(*context.T, string, []security.Caveat, ...rpc.CallOpt) (string, principal.BlessingsHandle, error) |
| 70 | pkg app, type ControllerClientMethods interface, GetDefaultBlessings(*context.T, ...rpc.CallOpt) (*principal.JsBlessings, error) |
| 71 | pkg app, type ControllerClientMethods interface, PutToBlessingStore(*context.T, principal.BlessingsHandle, security.BlessingPattern, ...rpc.CallOpt) (*principal.JsBlessings, error) |
| 72 | pkg app, type ControllerClientMethods interface, RemoteBlessings(*context.T, string, string, ...rpc.CallOpt) ([]string, error) |
| 73 | pkg app, type ControllerClientMethods interface, RemoveName(*context.T, uint32, string, ...rpc.CallOpt) error |
| 74 | pkg app, type ControllerClientMethods interface, Serve(*context.T, string, uint32, ...rpc.CallOpt) error |
| 75 | pkg app, type ControllerClientMethods interface, Signature(*context.T, string, ...rpc.CallOpt) ([]signature.Interface, error) |
| 76 | pkg app, type ControllerClientMethods interface, Stop(*context.T, uint32, ...rpc.CallOpt) error |
| 77 | pkg app, type ControllerClientMethods interface, UnlinkBlessings(*context.T, principal.BlessingsHandle, ...rpc.CallOpt) error |
James Ring | 5068466 | 2015-04-23 08:32:16 -0700 | [diff] [blame] | 78 | pkg app, type ControllerClientStub interface { AddName, AddToRoots, Bless, BlessSelf, GetDefaultBlessings, PutToBlessingStore, RemoteBlessings, RemoveName, Serve, Signature, Stop, UnlinkBlessings } |
James Ring | 3650fd4 | 2015-04-22 18:09:24 -0700 | [diff] [blame] | 79 | pkg app, type ControllerClientStub interface, AddName(*context.T, uint32, string, ...rpc.CallOpt) error |
| 80 | pkg app, type ControllerClientStub interface, AddToRoots(*context.T, principal.BlessingsHandle, ...rpc.CallOpt) error |
| 81 | pkg app, type ControllerClientStub interface, Bless(*context.T, string, principal.BlessingsHandle, string, []security.Caveat, ...rpc.CallOpt) (string, principal.BlessingsHandle, error) |
| 82 | pkg app, type ControllerClientStub interface, BlessSelf(*context.T, string, []security.Caveat, ...rpc.CallOpt) (string, principal.BlessingsHandle, error) |
| 83 | pkg app, type ControllerClientStub interface, GetDefaultBlessings(*context.T, ...rpc.CallOpt) (*principal.JsBlessings, error) |
| 84 | pkg app, type ControllerClientStub interface, PutToBlessingStore(*context.T, principal.BlessingsHandle, security.BlessingPattern, ...rpc.CallOpt) (*principal.JsBlessings, error) |
| 85 | pkg app, type ControllerClientStub interface, RemoteBlessings(*context.T, string, string, ...rpc.CallOpt) ([]string, error) |
| 86 | pkg app, type ControllerClientStub interface, RemoveName(*context.T, uint32, string, ...rpc.CallOpt) error |
| 87 | pkg app, type ControllerClientStub interface, Serve(*context.T, string, uint32, ...rpc.CallOpt) error |
| 88 | pkg app, type ControllerClientStub interface, Signature(*context.T, string, ...rpc.CallOpt) ([]signature.Interface, error) |
| 89 | pkg app, type ControllerClientStub interface, Stop(*context.T, uint32, ...rpc.CallOpt) error |
| 90 | pkg app, type ControllerClientStub interface, UnlinkBlessings(*context.T, principal.BlessingsHandle, ...rpc.CallOpt) error |
James Ring | 3650fd4 | 2015-04-22 18:09:24 -0700 | [diff] [blame] | 91 | pkg app, type ControllerServerMethods interface { AddName, AddToRoots, Bless, BlessSelf, GetDefaultBlessings, PutToBlessingStore, RemoteBlessings, RemoveName, Serve, Signature, Stop, UnlinkBlessings } |
| 92 | pkg app, type ControllerServerMethods interface, AddName(*context.T, rpc.ServerCall, uint32, string) error |
| 93 | pkg app, type ControllerServerMethods interface, AddToRoots(*context.T, rpc.ServerCall, principal.BlessingsHandle) error |
| 94 | pkg app, type ControllerServerMethods interface, Bless(*context.T, rpc.ServerCall, string, principal.BlessingsHandle, string, []security.Caveat) (string, principal.BlessingsHandle, error) |
| 95 | pkg app, type ControllerServerMethods interface, BlessSelf(*context.T, rpc.ServerCall, string, []security.Caveat) (string, principal.BlessingsHandle, error) |
| 96 | pkg app, type ControllerServerMethods interface, GetDefaultBlessings(*context.T, rpc.ServerCall) (*principal.JsBlessings, error) |
| 97 | pkg app, type ControllerServerMethods interface, PutToBlessingStore(*context.T, rpc.ServerCall, principal.BlessingsHandle, security.BlessingPattern) (*principal.JsBlessings, error) |
| 98 | pkg app, type ControllerServerMethods interface, RemoteBlessings(*context.T, rpc.ServerCall, string, string) ([]string, error) |
| 99 | pkg app, type ControllerServerMethods interface, RemoveName(*context.T, rpc.ServerCall, uint32, string) error |
| 100 | pkg app, type ControllerServerMethods interface, Serve(*context.T, rpc.ServerCall, string, uint32) error |
| 101 | pkg app, type ControllerServerMethods interface, Signature(*context.T, rpc.ServerCall, string) ([]signature.Interface, error) |
| 102 | pkg app, type ControllerServerMethods interface, Stop(*context.T, rpc.ServerCall, uint32) error |
| 103 | pkg app, type ControllerServerMethods interface, UnlinkBlessings(*context.T, rpc.ServerCall, principal.BlessingsHandle) error |
| 104 | pkg app, type ControllerServerStub interface, Describe__() []rpc.InterfaceDesc |
| 105 | pkg app, type ControllerServerStub interface, unexported methods |
| 106 | pkg app, type ControllerServerStubMethods ControllerServerMethods |
| 107 | pkg app, type GranterHandle int32 |
| 108 | pkg app, type GranterRequest struct |
| 109 | pkg app, type GranterRequest struct, Call server.SecurityCall |
| 110 | pkg app, type GranterRequest struct, GranterHandle GranterHandle |
| 111 | pkg app, type GranterResponse struct |
| 112 | pkg app, type GranterResponse struct, Blessings principal.BlessingsHandle |
| 113 | pkg app, type GranterResponse struct, Err error |
| 114 | pkg app, type Message struct |
| 115 | pkg app, type Message struct, Data string |
| 116 | pkg app, type Message struct, Id int32 |
| 117 | pkg app, type Message struct, Type MessageType |
| 118 | pkg app, type MessageType int32 |
| 119 | pkg app, type RpcCallOption interface, Index() int |
| 120 | pkg app, type RpcCallOption interface, Interface() interface{} |
| 121 | pkg app, type RpcCallOption interface, Name() string |
| 122 | pkg app, type RpcCallOption interface, unexported methods |
| 123 | pkg app, type RpcCallOptionAllowedServersPolicy struct |
| 124 | pkg app, type RpcCallOptionAllowedServersPolicy struct, Value []security.BlessingPattern |
| 125 | pkg app, type RpcCallOptionRetryTimeout struct |
| 126 | pkg app, type RpcCallOptionRetryTimeout struct, Value time.Duration |
| 127 | pkg app, type RpcCallOptionUseGranter struct |
| 128 | pkg app, type RpcCallOptionUseGranter struct, Value GranterHandle |
| 129 | pkg app, type RpcRequest struct |
| 130 | pkg app, type RpcRequest struct, CallOptions []RpcCallOption |
| 131 | pkg app, type RpcRequest struct, Deadline time_2.Deadline |
| 132 | pkg app, type RpcRequest struct, IsStreaming bool |
| 133 | pkg app, type RpcRequest struct, Method string |
| 134 | pkg app, type RpcRequest struct, Name string |
| 135 | pkg app, type RpcRequest struct, NumInArgs int32 |
| 136 | pkg app, type RpcRequest struct, NumOutArgs int32 |
| 137 | pkg app, type RpcRequest struct, TraceRequest vtrace.Request |
| 138 | pkg app, type RpcResponse struct |
| 139 | pkg app, type RpcResponse struct, OutArgs []*vdl.Value |
| 140 | pkg app, type RpcResponse struct, TraceResponse vtrace.Response |
| 141 | pkg app, var ControllerDesc rpc.InterfaceDesc |