Documentation ¶
Index ¶
- func Init()
- type Session_mgr
- func (e *Session_mgr) DeleteSession(ctx context.Context, req *session_mgr.Request, rsp *session_mgr.Response) error
- func (e *Session_mgr) GetSession(ctx context.Context, req *session_mgr.Request, rsp *session_mgr.Response) error
- func (e *Session_mgr) PingPong(ctx context.Context, stream session_mgr.SessionMgr_PingPongStream) error
- func (e *Session_mgr) SaveSession(ctx context.Context, ses *session_mgr.Session, rsp *session_mgr.Response) error
- func (e *Session_mgr) Stream(ctx context.Context, req *session_mgr.StreamingRequest, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Session_mgr ¶
type Session_mgr struct{}
func (*Session_mgr) DeleteSession ¶
func (e *Session_mgr) DeleteSession(ctx context.Context, req *session_mgr.Request, rsp *session_mgr.Response) error
func (*Session_mgr) GetSession ¶
func (e *Session_mgr) GetSession(ctx context.Context, req *session_mgr.Request, rsp *session_mgr.Response) error
func (*Session_mgr) PingPong ¶
func (e *Session_mgr) PingPong(ctx context.Context, stream session_mgr.SessionMgr_PingPongStream) error
PingPong is a bidirectional stream handler called via client.Stream or the generated client code
func (*Session_mgr) SaveSession ¶
func (e *Session_mgr) SaveSession(ctx context.Context, ses *session_mgr.Session, rsp *session_mgr.Response) error
func (*Session_mgr) Stream ¶
func (e *Session_mgr) Stream(ctx context.Context, req *session_mgr.StreamingRequest, stream session_mgr.SessionMgr_StreamStream) error
Stream is a server side stream handler called via client.Stream or the generated client code
Click to show internal directories.
Click to hide internal directories.