Move Function and HTTPTrigger types to top level 'fission' package
This commit is contained in:
@@ -47,16 +47,6 @@ import (
|
||||
)
|
||||
|
||||
type (
|
||||
Function struct {
|
||||
Name string
|
||||
Uid string
|
||||
}
|
||||
|
||||
HTTPTrigger struct {
|
||||
UrlPattern string
|
||||
Function
|
||||
}
|
||||
|
||||
options struct {
|
||||
port int
|
||||
poolManagerUrl string
|
||||
|
||||
Reference in New Issue
Block a user