(ctx context.Context)
| 69 | var WshServerImpl = WshServer{} |
| 70 | |
| 71 | func (ws *WshServer) GetJwtPublicKeyCommand(ctx context.Context) (string, error) { |
| 72 | return wavejwt.GetPublicKeyBase64(), nil |
| 73 | } |
| 74 | |
| 75 | func (ws *WshServer) TestCommand(ctx context.Context, data string) error { |
| 76 | defer func() { |
nothing calls this directly
no test coverage detected