Interface JsiiGoTarget

    • Method Detail

      • getModuleName

        @Stability(Experimental)
        @NotNull
        String getModuleName()
        (experimental) The name of the target go module.

        Example:

         github.com/owner/repo/subdir
         
      • getPackageName

        @Stability(Experimental)
        @Nullable
        default String getPackageName()
        (experimental) The name of the go package.

        Default: - derived from the module name