mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix API inconsistencies (#404)
* fix api inconsistencies * handling empty format cases * code style
This commit is contained in:
@@ -23,7 +23,7 @@ const (
|
||||
|
||||
const (
|
||||
// FormatDefault ...
|
||||
FormatDefault = ""
|
||||
FormatDefault = "default"
|
||||
// FormatHTTP ...
|
||||
FormatHTTP = "http"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user