mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
@@ -53,7 +53,9 @@ type CallResponse struct {
|
||||
}
|
||||
|
||||
type DeleteRequest struct {
|
||||
Name string `json:"name"`
|
||||
// The name of the function
|
||||
Name string `json:"name"`
|
||||
// Optional project name
|
||||
Project string `json:"project"`
|
||||
}
|
||||
|
||||
@@ -94,10 +96,11 @@ type Func struct {
|
||||
}
|
||||
|
||||
type ListRequest struct {
|
||||
// optional
|
||||
// optional project name
|
||||
Project string `json:"project"`
|
||||
}
|
||||
|
||||
type ListResponse struct {
|
||||
// List of functions deployed
|
||||
Functions []Func `json:"functions"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user