You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…r to return *muxServer (#173)
* Adjust function signature of NewMuxServer in tf5muxserver/tf6muxserver to return *muxServer (#172)
* Apply suggestions from code review
Co-authored-by: Brian Flad <bflad417@gmail.com>
---------
Co-authored-by: Brian Flad <bflad417@gmail.com>
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
terraform-plugin-mux version
Relevant provider source code
N/A
Terraform Configuration Files
N/A
Expected Behavior
The
NewMuxServer()
func should in thetf5muxserver
andtf6muxserver
packages should return a pointer tomuxServer
.Actual Behavior
The
NewMuxServer()
func in thetf5muxserver
andtf6muxserver
packages returns a reference tomuxServer
.Steps to Reproduce
N/A
References
The text was updated successfully, but these errors were encountered: