Documentation ¶
Index ¶
- func Init()
- type Auth
- func (e *Auth) AuthAccessToken(ctx context.Context, req *auth.Request, rsp *auth.Response) error
- func (s *Auth) DelUserAccessToken(ctx context.Context, req *auth.Request, rsp *auth.Response) error
- func (s *Auth) GetCachedAccessToken(ctx context.Context, req *auth.Request, rsp *auth.Response) error
- func (e *Auth) MakeAccessToken(ctx context.Context, req *auth.Request, rsp *auth.Response) error
- func (e *Auth) PingPong(ctx context.Context, stream auth.Auth_PingPongStream) error
- func (e *Auth) Stream(ctx context.Context, req *auth.StreamingRequest, stream auth.Auth_StreamStream) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Auth ¶
type Auth struct{}
func (*Auth) AuthAccessToken ¶
func (*Auth) DelUserAccessToken ¶
func (*Auth) GetCachedAccessToken ¶
func (*Auth) MakeAccessToken ¶
func (*Auth) PingPong ¶
PingPong is a bidirectional stream handler called via client.Stream or the generated client code
func (*Auth) Stream ¶
func (e *Auth) Stream(ctx context.Context, req *auth.StreamingRequest, stream auth.Auth_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.