I am looking for an implementation example of LaunchInstanceRequest with the SourceDetails field when it is asking for an interface.
instanceRequest := core.LaunchInstanceRequest{}
instanceRequest.SourceDetails = ...
I am referring to the following for documentation.
https://godoc.org/github.com/oracle/oci-go-sdk/core#LaunchInstanceRequest
One such example would be to do the following