mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fnlb was moved to its own repo: fnproject/lb (#702)
* Fnlb was moved to its own repo: fnproject/lb * Clean up fnlb leftovers * Newer deps
This commit is contained in:
committed by
Reed Allman
parent
4ffa3d5005
commit
d3be603e54
5
vendor/github.com/fnproject/fn_go/models/app.go
generated
vendored
5
vendor/github.com/fnproject/fn_go/models/app.go
generated
vendored
@@ -14,7 +14,6 @@ import (
|
||||
|
||||
// App app
|
||||
// swagger:model App
|
||||
|
||||
type App struct {
|
||||
|
||||
// Application configuration, applied to all routes.
|
||||
@@ -25,10 +24,6 @@ type App struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
}
|
||||
|
||||
/* polymorph App config false */
|
||||
|
||||
/* polymorph App name false */
|
||||
|
||||
// Validate validates this app
|
||||
func (m *App) Validate(formats strfmt.Registry) error {
|
||||
var res []error
|
||||
|
||||
Reference in New Issue
Block a user