Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IsLibrary = true
Functions ¶
Types ¶
type LoginManager ¶
type LoginManager struct {
*pb.UnimplementedGatewayLoginManagerServer
}
func (*LoginManager) CheckGatewayLoginStatus ¶ added in v0.1.98
func (lm *LoginManager) CheckGatewayLoginStatus(ctx context.Context, in *emptypb.Empty) (*pb.LoginResponse, error)
rpc CheckGatewayLoginStatus (Empty) returns (LoginResponse) {}
func (*LoginManager) LoginServerByToken ¶
func (lm *LoginManager) LoginServerByToken(ctx context.Context, in *pb.Token) (*pb.LoginResponse, error)
rpc LoginServerByServerInfo (ServerInfo) returns (LoginResponse) {}
Click to show internal directories.
Click to hide internal directories.