mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Adds before/after app get/list. And some bug fixes/cleanup. (#610)
* Adds before/after app get/list. And some bug fixes/cleanup. * Fix test
This commit is contained in:
@@ -48,8 +48,11 @@ func (a *App) UpdateConfig(patch Config) {
|
||||
}
|
||||
}
|
||||
|
||||
// AppFilter is the filter used for querying apps
|
||||
type AppFilter struct {
|
||||
Name string // prefix query TODO implemented
|
||||
Name string
|
||||
// NameIn will filter by all names in the list (IN query)
|
||||
NameIn []string
|
||||
PerPage int
|
||||
Cursor string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user