mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
added config to apps and routes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package models
|
||||
|
||||
type Config struct {
|
||||
}
|
||||
type Config map[string]string
|
||||
|
||||
func (c *Config) Validate() error {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user