add goa examples
This commit is contained in:
18
go/goa_example/gen/http/service1/server/paths.go
Normal file
18
go/goa_example/gen/http/service1/server/paths.go
Normal file
@@ -0,0 +1,18 @@
|
||||
// Code generated by goa v3.6.0, DO NOT EDIT.
|
||||
//
|
||||
// HTTP request path constructors for the Service1 service.
|
||||
//
|
||||
// Command:
|
||||
// $ goa gen goa_example/design
|
||||
|
||||
package server
|
||||
|
||||
// SigninService1Path returns the URL path to the Service1 service signin HTTP endpoint.
|
||||
func SigninService1Path() string {
|
||||
return "/signin"
|
||||
}
|
||||
|
||||
// SecureService1Path returns the URL path to the Service1 service secure HTTP endpoint.
|
||||
func SecureService1Path() string {
|
||||
return "/secure"
|
||||
}
|
||||
Reference in New Issue
Block a user