Versions in this module Expand all Collapse all v1 v1.5.6 Mar 27, 2022 Changes in this version + var File_app_proxyman_command_command_proto protoreflect.FileDescriptor + var HandlerService_ServiceDesc = grpc.ServiceDesc + func RegisterHandlerServiceServer(s grpc.ServiceRegistrar, srv HandlerServiceServer) + type AddInboundRequest struct + Inbound *core.InboundHandlerConfig + func (*AddInboundRequest) Descriptor() ([]byte, []int) + func (*AddInboundRequest) ProtoMessage() + func (x *AddInboundRequest) GetInbound() *core.InboundHandlerConfig + func (x *AddInboundRequest) ProtoReflect() protoreflect.Message + func (x *AddInboundRequest) Reset() + func (x *AddInboundRequest) String() string + type AddInboundResponse struct + func (*AddInboundResponse) Descriptor() ([]byte, []int) + func (*AddInboundResponse) ProtoMessage() + func (x *AddInboundResponse) ProtoReflect() protoreflect.Message + func (x *AddInboundResponse) Reset() + func (x *AddInboundResponse) String() string + type AddOutboundRequest struct + Outbound *core.OutboundHandlerConfig + func (*AddOutboundRequest) Descriptor() ([]byte, []int) + func (*AddOutboundRequest) ProtoMessage() + func (x *AddOutboundRequest) GetOutbound() *core.OutboundHandlerConfig + func (x *AddOutboundRequest) ProtoReflect() protoreflect.Message + func (x *AddOutboundRequest) Reset() + func (x *AddOutboundRequest) String() string + type AddOutboundResponse struct + func (*AddOutboundResponse) Descriptor() ([]byte, []int) + func (*AddOutboundResponse) ProtoMessage() + func (x *AddOutboundResponse) ProtoReflect() protoreflect.Message + func (x *AddOutboundResponse) Reset() + func (x *AddOutboundResponse) String() string + type AddUserOperation struct + User *protocol.User + func (*AddUserOperation) Descriptor() ([]byte, []int) + func (*AddUserOperation) ProtoMessage() + func (op *AddUserOperation) ApplyInbound(ctx context.Context, handler inbound.Handler) error + func (x *AddUserOperation) GetUser() *protocol.User + func (x *AddUserOperation) ProtoReflect() protoreflect.Message + func (x *AddUserOperation) Reset() + func (x *AddUserOperation) String() string + type AlterInboundRequest struct + Operation *serial.TypedMessage + Tag string + func (*AlterInboundRequest) Descriptor() ([]byte, []int) + func (*AlterInboundRequest) ProtoMessage() + func (x *AlterInboundRequest) GetOperation() *serial.TypedMessage + func (x *AlterInboundRequest) GetTag() string + func (x *AlterInboundRequest) ProtoReflect() protoreflect.Message + func (x *AlterInboundRequest) Reset() + func (x *AlterInboundRequest) String() string + type AlterInboundResponse struct + func (*AlterInboundResponse) Descriptor() ([]byte, []int) + func (*AlterInboundResponse) ProtoMessage() + func (x *AlterInboundResponse) ProtoReflect() protoreflect.Message + func (x *AlterInboundResponse) Reset() + func (x *AlterInboundResponse) String() string + type AlterOutboundRequest struct + Operation *serial.TypedMessage + Tag string + func (*AlterOutboundRequest) Descriptor() ([]byte, []int) + func (*AlterOutboundRequest) ProtoMessage() + func (x *AlterOutboundRequest) GetOperation() *serial.TypedMessage + func (x *AlterOutboundRequest) GetTag() string + func (x *AlterOutboundRequest) ProtoReflect() protoreflect.Message + func (x *AlterOutboundRequest) Reset() + func (x *AlterOutboundRequest) String() string + type AlterOutboundResponse struct + func (*AlterOutboundResponse) Descriptor() ([]byte, []int) + func (*AlterOutboundResponse) ProtoMessage() + func (x *AlterOutboundResponse) ProtoReflect() protoreflect.Message + func (x *AlterOutboundResponse) Reset() + func (x *AlterOutboundResponse) String() string + type Config struct + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type HandlerServiceClient interface + AddInbound func(ctx context.Context, in *AddInboundRequest, opts ...grpc.CallOption) (*AddInboundResponse, error) + AddOutbound func(ctx context.Context, in *AddOutboundRequest, opts ...grpc.CallOption) (*AddOutboundResponse, error) + AlterInbound func(ctx context.Context, in *AlterInboundRequest, opts ...grpc.CallOption) (*AlterInboundResponse, error) + AlterOutbound func(ctx context.Context, in *AlterOutboundRequest, opts ...grpc.CallOption) (*AlterOutboundResponse, error) + RemoveInbound func(ctx context.Context, in *RemoveInboundRequest, opts ...grpc.CallOption) (*RemoveInboundResponse, error) + RemoveOutbound func(ctx context.Context, in *RemoveOutboundRequest, opts ...grpc.CallOption) (*RemoveOutboundResponse, error) + func NewHandlerServiceClient(cc grpc.ClientConnInterface) HandlerServiceClient + type HandlerServiceServer interface + AddInbound func(context.Context, *AddInboundRequest) (*AddInboundResponse, error) + AddOutbound func(context.Context, *AddOutboundRequest) (*AddOutboundResponse, error) + AlterInbound func(context.Context, *AlterInboundRequest) (*AlterInboundResponse, error) + AlterOutbound func(context.Context, *AlterOutboundRequest) (*AlterOutboundResponse, error) + RemoveInbound func(context.Context, *RemoveInboundRequest) (*RemoveInboundResponse, error) + RemoveOutbound func(context.Context, *RemoveOutboundRequest) (*RemoveOutboundResponse, error) + type InboundOperation interface + ApplyInbound func(context.Context, inbound.Handler) error + type OutboundOperation interface + ApplyOutbound func(context.Context, outbound.Handler) error + type RemoveInboundRequest struct + Tag string + func (*RemoveInboundRequest) Descriptor() ([]byte, []int) + func (*RemoveInboundRequest) ProtoMessage() + func (x *RemoveInboundRequest) GetTag() string + func (x *RemoveInboundRequest) ProtoReflect() protoreflect.Message + func (x *RemoveInboundRequest) Reset() + func (x *RemoveInboundRequest) String() string + type RemoveInboundResponse struct + func (*RemoveInboundResponse) Descriptor() ([]byte, []int) + func (*RemoveInboundResponse) ProtoMessage() + func (x *RemoveInboundResponse) ProtoReflect() protoreflect.Message + func (x *RemoveInboundResponse) Reset() + func (x *RemoveInboundResponse) String() string + type RemoveOutboundRequest struct + Tag string + func (*RemoveOutboundRequest) Descriptor() ([]byte, []int) + func (*RemoveOutboundRequest) ProtoMessage() + func (x *RemoveOutboundRequest) GetTag() string + func (x *RemoveOutboundRequest) ProtoReflect() protoreflect.Message + func (x *RemoveOutboundRequest) Reset() + func (x *RemoveOutboundRequest) String() string + type RemoveOutboundResponse struct + func (*RemoveOutboundResponse) Descriptor() ([]byte, []int) + func (*RemoveOutboundResponse) ProtoMessage() + func (x *RemoveOutboundResponse) ProtoReflect() protoreflect.Message + func (x *RemoveOutboundResponse) Reset() + func (x *RemoveOutboundResponse) String() string + type RemoveUserOperation struct + Email string + func (*RemoveUserOperation) Descriptor() ([]byte, []int) + func (*RemoveUserOperation) ProtoMessage() + func (op *RemoveUserOperation) ApplyInbound(ctx context.Context, handler inbound.Handler) error + func (x *RemoveUserOperation) GetEmail() string + func (x *RemoveUserOperation) ProtoReflect() protoreflect.Message + func (x *RemoveUserOperation) Reset() + func (x *RemoveUserOperation) String() string + type UnimplementedHandlerServiceServer struct + func (UnimplementedHandlerServiceServer) AddInbound(context.Context, *AddInboundRequest) (*AddInboundResponse, error) + func (UnimplementedHandlerServiceServer) AddOutbound(context.Context, *AddOutboundRequest) (*AddOutboundResponse, error) + func (UnimplementedHandlerServiceServer) AlterInbound(context.Context, *AlterInboundRequest) (*AlterInboundResponse, error) + func (UnimplementedHandlerServiceServer) AlterOutbound(context.Context, *AlterOutboundRequest) (*AlterOutboundResponse, error) + func (UnimplementedHandlerServiceServer) RemoveInbound(context.Context, *RemoveInboundRequest) (*RemoveInboundResponse, error) + func (UnimplementedHandlerServiceServer) RemoveOutbound(context.Context, *RemoveOutboundRequest) (*RemoveOutboundResponse, error) + type UnsafeHandlerServiceServer interface