mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Moved runner into this repo, update dep files and now builds.
This commit is contained in:
12
api/runner/common/win_logging.go
Normal file
12
api/runner/common/win_logging.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// +build !linux,!darwin
|
||||
|
||||
package common
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net/url"
|
||||
)
|
||||
|
||||
func NewSyslogHook(url *url.URL, prefix string) error {
|
||||
return errors.New("Syslog not supported on this system.")
|
||||
}
|
||||
Reference in New Issue
Block a user