Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstgnz committed Jun 15, 2024
1 parent 286bd81 commit f542650
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion example/mng.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ import (
"log"

"github.com/mstgnz/shipping/cargo/mng/soap"
"github.com/mstgnz/shipping/config"
cargo "github.com/mstgnz/shipping/config"
"github.com/mstgnz/shipping/util"
)

type Result[Output any, Fault any] struct {
state int
fault Fault
output Output
}

func ExampleMng() {

mng, err := util.NewProviderByName("mng")
Expand Down

0 comments on commit f542650

Please sign in to comment.