mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
Change comment information for gotsrpc to conform to generated file std
This commit is contained in:
parent
232ba512d1
commit
8f01b3e34c
@ -1,4 +1,4 @@
|
||||
// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc
|
||||
// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.
|
||||
package demo
|
||||
|
||||
import (
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc
|
||||
// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.
|
||||
package demo
|
||||
|
||||
import (
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc
|
||||
// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.
|
||||
package demo
|
||||
|
||||
import (
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc
|
||||
// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.
|
||||
package demo
|
||||
|
||||
import (
|
||||
|
||||
6
go.go
6
go.go
@ -375,7 +375,7 @@ func renderTSRPCServiceClients(services ServiceList, fullPackageName string, pac
|
||||
}
|
||||
|
||||
g.l(`
|
||||
// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc
|
||||
// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.
|
||||
package ` + packageName + `
|
||||
import (
|
||||
` + imports + `
|
||||
@ -465,7 +465,7 @@ func renderGoRPCServiceProxies(services ServiceList, fullPackageName string, pac
|
||||
}
|
||||
|
||||
g.l(`
|
||||
// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc
|
||||
// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.
|
||||
package ` + packageName + `
|
||||
import (
|
||||
` + imports + `
|
||||
@ -626,7 +626,7 @@ func renderGoRPCServiceClients(services ServiceList, fullPackageName string, pac
|
||||
}
|
||||
|
||||
g.l(`
|
||||
// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc
|
||||
// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.
|
||||
package ` + packageName + `
|
||||
import (
|
||||
` + imports + `
|
||||
|
||||
2
php.go
2
php.go
@ -8,7 +8,7 @@ import (
|
||||
|
||||
func renderPHPRPCServiceClients(service *Service, namespce string, g *code) error {
|
||||
g.l(`<?php`)
|
||||
g.l(`// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc`)
|
||||
g.l(`// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.`)
|
||||
g.nl()
|
||||
g.l(`namespace ` + namespce + `;`)
|
||||
g.nl()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user