Documentation ¶
Overview ¶
Package session is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterSessionServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterSessionServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SessionServiceClient) error
- func RegisterSessionServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterSessionServiceServer(s *grpc.Server, srv SessionServiceServer)
- type SessionCreateRequest
- func (*SessionCreateRequest) Descriptor() ([]byte, []int)
- func (m *SessionCreateRequest) GetPassword() string
- func (m *SessionCreateRequest) GetToken() string
- func (m *SessionCreateRequest) GetUsername() string
- func (m *SessionCreateRequest) Marshal() (dAtA []byte, err error)
- func (m *SessionCreateRequest) MarshalTo(dAtA []byte) (int, error)
- func (*SessionCreateRequest) ProtoMessage()
- func (m *SessionCreateRequest) Reset()
- func (m *SessionCreateRequest) Size() (n int)
- func (m *SessionCreateRequest) String() string
- func (m *SessionCreateRequest) Unmarshal(dAtA []byte) error
- func (m *SessionCreateRequest) XXX_DiscardUnknown()
- func (m *SessionCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SessionCreateRequest) XXX_Merge(src proto.Message)
- func (m *SessionCreateRequest) XXX_Size() int
- func (m *SessionCreateRequest) XXX_Unmarshal(b []byte) error
- type SessionDeleteRequest
- func (*SessionDeleteRequest) Descriptor() ([]byte, []int)
- func (m *SessionDeleteRequest) Marshal() (dAtA []byte, err error)
- func (m *SessionDeleteRequest) MarshalTo(dAtA []byte) (int, error)
- func (*SessionDeleteRequest) ProtoMessage()
- func (m *SessionDeleteRequest) Reset()
- func (m *SessionDeleteRequest) Size() (n int)
- func (m *SessionDeleteRequest) String() string
- func (m *SessionDeleteRequest) Unmarshal(dAtA []byte) error
- func (m *SessionDeleteRequest) XXX_DiscardUnknown()
- func (m *SessionDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SessionDeleteRequest) XXX_Merge(src proto.Message)
- func (m *SessionDeleteRequest) XXX_Size() int
- func (m *SessionDeleteRequest) XXX_Unmarshal(b []byte) error
- type SessionResponse
- func (*SessionResponse) Descriptor() ([]byte, []int)
- func (m *SessionResponse) GetToken() string
- func (m *SessionResponse) Marshal() (dAtA []byte, err error)
- func (m *SessionResponse) MarshalTo(dAtA []byte) (int, error)
- func (*SessionResponse) ProtoMessage()
- func (m *SessionResponse) Reset()
- func (m *SessionResponse) Size() (n int)
- func (m *SessionResponse) String() string
- func (m *SessionResponse) Unmarshal(dAtA []byte) error
- func (m *SessionResponse) XXX_DiscardUnknown()
- func (m *SessionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SessionResponse) XXX_Merge(src proto.Message)
- func (m *SessionResponse) XXX_Size() int
- func (m *SessionResponse) XXX_Unmarshal(b []byte) error
- type SessionServiceClient
- type SessionServiceServer
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthSession = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSession = fmt.Errorf("proto: integer overflow") )
Functions ¶
func RegisterSessionServiceHandler ¶
func RegisterSessionServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterSessionServiceHandler registers the http handlers for service SessionService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterSessionServiceHandlerClient ¶
func RegisterSessionServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SessionServiceClient) error
RegisterSessionServiceHandler registers the http handlers for service SessionService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SessionServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SessionServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SessionServiceClient" to call the correct interceptors.
func RegisterSessionServiceHandlerFromEndpoint ¶
func RegisterSessionServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterSessionServiceHandlerFromEndpoint is same as RegisterSessionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterSessionServiceServer ¶
func RegisterSessionServiceServer(s *grpc.Server, srv SessionServiceServer)
Types ¶
type SessionCreateRequest ¶
type SessionCreateRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Token string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
SessionCreateRequest is for logging in.
func (*SessionCreateRequest) Descriptor ¶
func (*SessionCreateRequest) Descriptor() ([]byte, []int)
func (*SessionCreateRequest) GetPassword ¶
func (m *SessionCreateRequest) GetPassword() string
func (*SessionCreateRequest) GetToken ¶
func (m *SessionCreateRequest) GetToken() string
func (*SessionCreateRequest) GetUsername ¶
func (m *SessionCreateRequest) GetUsername() string
func (*SessionCreateRequest) Marshal ¶
func (m *SessionCreateRequest) Marshal() (dAtA []byte, err error)
func (*SessionCreateRequest) MarshalTo ¶
func (m *SessionCreateRequest) MarshalTo(dAtA []byte) (int, error)
func (*SessionCreateRequest) ProtoMessage ¶
func (*SessionCreateRequest) ProtoMessage()
func (*SessionCreateRequest) Reset ¶
func (m *SessionCreateRequest) Reset()
func (*SessionCreateRequest) Size ¶
func (m *SessionCreateRequest) Size() (n int)
func (*SessionCreateRequest) String ¶
func (m *SessionCreateRequest) String() string
func (*SessionCreateRequest) Unmarshal ¶
func (m *SessionCreateRequest) Unmarshal(dAtA []byte) error
func (*SessionCreateRequest) XXX_DiscardUnknown ¶
func (m *SessionCreateRequest) XXX_DiscardUnknown()
func (*SessionCreateRequest) XXX_Marshal ¶
func (m *SessionCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SessionCreateRequest) XXX_Merge ¶
func (dst *SessionCreateRequest) XXX_Merge(src proto.Message)
func (*SessionCreateRequest) XXX_Size ¶
func (m *SessionCreateRequest) XXX_Size() int
func (*SessionCreateRequest) XXX_Unmarshal ¶
func (m *SessionCreateRequest) XXX_Unmarshal(b []byte) error
type SessionDeleteRequest ¶
type SessionDeleteRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
SessionDeleteRequest is for logging out.
func (*SessionDeleteRequest) Descriptor ¶
func (*SessionDeleteRequest) Descriptor() ([]byte, []int)
func (*SessionDeleteRequest) Marshal ¶
func (m *SessionDeleteRequest) Marshal() (dAtA []byte, err error)
func (*SessionDeleteRequest) MarshalTo ¶
func (m *SessionDeleteRequest) MarshalTo(dAtA []byte) (int, error)
func (*SessionDeleteRequest) ProtoMessage ¶
func (*SessionDeleteRequest) ProtoMessage()
func (*SessionDeleteRequest) Reset ¶
func (m *SessionDeleteRequest) Reset()
func (*SessionDeleteRequest) Size ¶
func (m *SessionDeleteRequest) Size() (n int)
func (*SessionDeleteRequest) String ¶
func (m *SessionDeleteRequest) String() string
func (*SessionDeleteRequest) Unmarshal ¶
func (m *SessionDeleteRequest) Unmarshal(dAtA []byte) error
func (*SessionDeleteRequest) XXX_DiscardUnknown ¶
func (m *SessionDeleteRequest) XXX_DiscardUnknown()
func (*SessionDeleteRequest) XXX_Marshal ¶
func (m *SessionDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SessionDeleteRequest) XXX_Merge ¶
func (dst *SessionDeleteRequest) XXX_Merge(src proto.Message)
func (*SessionDeleteRequest) XXX_Size ¶
func (m *SessionDeleteRequest) XXX_Size() int
func (*SessionDeleteRequest) XXX_Unmarshal ¶
func (m *SessionDeleteRequest) XXX_Unmarshal(b []byte) error
type SessionResponse ¶
type SessionResponse struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
SessionResponse wraps the created token or returns an empty string if deleted.
func (*SessionResponse) Descriptor ¶
func (*SessionResponse) Descriptor() ([]byte, []int)
func (*SessionResponse) GetToken ¶
func (m *SessionResponse) GetToken() string
func (*SessionResponse) Marshal ¶
func (m *SessionResponse) Marshal() (dAtA []byte, err error)
func (*SessionResponse) ProtoMessage ¶
func (*SessionResponse) ProtoMessage()
func (*SessionResponse) Reset ¶
func (m *SessionResponse) Reset()
func (*SessionResponse) Size ¶
func (m *SessionResponse) Size() (n int)
func (*SessionResponse) String ¶
func (m *SessionResponse) String() string
func (*SessionResponse) Unmarshal ¶
func (m *SessionResponse) Unmarshal(dAtA []byte) error
func (*SessionResponse) XXX_DiscardUnknown ¶
func (m *SessionResponse) XXX_DiscardUnknown()
func (*SessionResponse) XXX_Marshal ¶
func (m *SessionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SessionResponse) XXX_Merge ¶
func (dst *SessionResponse) XXX_Merge(src proto.Message)
func (*SessionResponse) XXX_Size ¶
func (m *SessionResponse) XXX_Size() int
func (*SessionResponse) XXX_Unmarshal ¶
func (m *SessionResponse) XXX_Unmarshal(b []byte) error
type SessionServiceClient ¶
type SessionServiceClient interface { // Create a new JWT for authentication and set a cookie if using HTTP. Create(ctx context.Context, in *SessionCreateRequest, opts ...grpc.CallOption) (*SessionResponse, error) // Delete an existing JWT cookie if using HTTP. Delete(ctx context.Context, in *SessionDeleteRequest, opts ...grpc.CallOption) (*SessionResponse, error) }
func NewSessionServiceClient ¶
func NewSessionServiceClient(cc *grpc.ClientConn) SessionServiceClient
type SessionServiceServer ¶
type SessionServiceServer interface { // Create a new JWT for authentication and set a cookie if using HTTP. Create(context.Context, *SessionCreateRequest) (*SessionResponse, error) // Delete an existing JWT cookie if using HTTP. Delete(context.Context, *SessionDeleteRequest) (*SessionResponse, error) }