Skip to content

Commit

Permalink
Merge pull request #4 from adriantam/commentsFix
Browse files Browse the repository at this point in the history
Fix comments for interface
  • Loading branch information
fiorix committed Mar 24, 2016
2 parents 37cea3c + a7d8201 commit 427e7aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wsdlgo/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func New{{.Name}}(cli *soap.Client) {{.Name}} {
return &{{.Impl}}{cli}
}
// {{.Name}}Interface was auto-generated from WSDL
// {{.Name}} was auto-generated from WSDL
// and defines interface for the remote service. Useful for testing.
type {{.Name}} interface {
{{- range .Funcs }}
Expand Down
2 changes: 1 addition & 1 deletion wsdlgo/testdata/memcache.golden
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func NewMemoryServicePortType(cli *soap.Client) MemoryServicePortType {
return &memoryServicePortType{cli}
}

// MemoryServicePortTypeInterface was auto-generated from WSDL
// MemoryServicePortType was auto-generated from WSDL
// and defines interface for the remote service. Useful for testing.
type MemoryServicePortType interface {
// Get was auto-generated from WSDL.
Expand Down
2 changes: 1 addition & 1 deletion wsdlgo/testdata/w3example1.golden
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func NewGetEndorsingBoarderPortType(cli *soap.Client) GetEndorsingBoarderPortTyp
return &getEndorsingBoarderPortType{cli}
}

// GetEndorsingBoarderPortTypeInterface was auto-generated from WSDL
// GetEndorsingBoarderPortType was auto-generated from WSDL
// and defines interface for the remote service. Useful for testing.
type GetEndorsingBoarderPortType interface {
// GetEndorsingBoarder was auto-generated from WSDL.
Expand Down
2 changes: 1 addition & 1 deletion wsdlgo/testdata/w3example2.golden
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func NewStockQuotePortType(cli *soap.Client) StockQuotePortType {
return &stockQuotePortType{cli}
}

// StockQuotePortTypeInterface was auto-generated from WSDL
// StockQuotePortType was auto-generated from WSDL
// and defines interface for the remote service. Useful for testing.
type StockQuotePortType interface {
// GetLastTradePrice was auto-generated from WSDL.
Expand Down

0 comments on commit 427e7aa

Please sign in to comment.