Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(go): add UnsafeCast function #3316

Merged
merged 8 commits into from Jan 12, 2022
Merged

feat(go): add UnsafeCast function #3316

merged 8 commits into from Jan 12, 2022

Commits on Jan 4, 2022

  1. feat(go): add UnsafeCast function

    The `UnsafeCast` function can be used to forcefully convert from one
    type of jsii proxy value (including `interface{}`) to another jsii
    interface (i.e: a class or interface instance).
    
    If performs a "clean" cast when possible, and creates a new, aliased
    proxy otherwise. It is the user's responsibility to ensure they are
    passing the correct arguments into the function.
    RomainMuller committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    e174a5a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    9a3a611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c0459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c45e8 View commit details
    Browse the repository at this point in the history
  4. make linter happy

    RomainMuller committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    eb2b8ad View commit details
    Browse the repository at this point in the history
  5. fix unit test

    RomainMuller committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    af63c6a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    6e850ee View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    57b476a View commit details
    Browse the repository at this point in the history