Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTServ committed Jan 9, 2025
1 parent d70f1a1 commit a312289
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/aar.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
var IsLibrary = true

type LoginManager struct {
*pb.UnimplementedGatewayLoginManagerServer
pb.UnimplementedGatewayLoginManagerServer
}

var loginManager = new(LoginManager)
Expand Down Expand Up @@ -124,3 +124,6 @@ func (lm *LoginManager) LoginServerByToken(ctx context.Context, in *pb.Token) (*
LoginStatus: services.GatewayManager.Loged(),
}, nil
}

func (lm *LoginManager) testEmbeddedByValue() {
}

0 comments on commit a312289

Please sign in to comment.