mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 02:55:58 +08:00
conn
This commit is contained in:
@@ -26,8 +26,8 @@ type Auth struct {
|
||||
discov discoveryregistry.SvcDiscoveryRegistry
|
||||
}
|
||||
|
||||
func (o *Auth) Client(ctx context.Context) (auth.AuthClient, error) {
|
||||
return o.client, nil
|
||||
func (o *Auth) Client() auth.AuthClient {
|
||||
return o.client
|
||||
}
|
||||
|
||||
func (o *Auth) UserToken(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user